mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-22 14:32:25 +00:00
11 lines
116 B
C
11 lines
116 B
C
|
#ifndef __SYS_CDEFS_H_
|
||
|
#define __SYS_CDEFS_H_
|
||
|
|
||
|
#define __BEGIN_DECLS
|
||
|
#define __END_DECLS
|
||
|
|
||
|
#define __P(p) p
|
||
|
|
||
|
|
||
|
#endif
|