7 lines
89 B
C
7 lines
89 B
C
#ifndef __INCLUDE_H__
|
|
#define __INCLUDE_H__
|
|
|
|
#define UU __attribute__ ((unused))
|
|
|
|
#endif
|