projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add an S_COR macro, which is similar to the existing S_OR macro,
[asterisk/asterisk.git]
/
include
/
solaris-compat
/
sys
/
cdefs.h
1
#ifndef __SYS_CDEFS_H_
2
#define __SYS_CDEFS_H_
3
4
#define __BEGIN_DECLS
5
#define __END_DECLS
6
7
#define __P(p) p
8
9
10
#endif