mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-07 03:29:15 +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
|