7 lines
73 B
C
7 lines
73 B
C
|
#ifndef _UNUSED_H
|
||
|
#define _UNUSED_H
|
||
|
|
||
|
#define UNUSED(p) ((void)p)
|
||
|
|
||
|
#endif
|