first commit
This commit is contained in:
commit
21be7fd279
156 changed files with 6939 additions and 0 deletions
6
include/libmu/unused.h
Normal file
6
include/libmu/unused.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _UNUSED_H
|
||||
#define _UNUSED_H
|
||||
|
||||
#define UNUSED(p) ((void)p)
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue