dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/include/solaris-compat/sys/cdefs.h

11 lines
116 B
C

#ifndef __SYS_CDEFS_H_
#define __SYS_CDEFS_H_
#define __BEGIN_DECLS
#define __END_DECLS
#define __P(p) p
#endif