6 lines
88 B
C
6 lines
88 B
C
#ifndef COMPILER_H
|
|
#define COMPILER_H
|
|
|
|
#define __unused __attribute__((unused))
|
|
|
|
#endif
|