my_teams
unused.h
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2024
3 ** my_teams [WSL: Arch]
4 ** File description:
5 ** unused
6 */
7 
8 #ifndef UNUSED_H_
9  #define UNUSED_H_
10 
11  #ifndef UNUSED
12  #define UNUSED __attribute__((unused))
13  #endif
14 
15 #endif /* !UNUSED_H_ */