Interface __END_DECLS

Preprocessor macro

#include <SYS/TYPES.H>

__END_DECLS

Description

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.

See also

__BEGIN_DECLS