Preprocessor macro
#include <SYS/TYPES.H>
__END_DECLS
This macro should be placed after declarations in include files for C language. It expands to nothing in C and to "}" in C++. It should be used in pair with __BEGIN_DECLS.
}
__BEGIN_DECLS