elemy-utils 1.0.0
c_decls.h
Go to the documentation of this file.
1#ifndef _C_DECLS_H_
2#define _C_DECLS_H_
3
4#ifndef __BEGIN_DECLS
5# if defined(__cplusplus)
6# define __BEGIN_DECLS extern "C" {
7# define __END_DECLS }
8# else
9# define __BEGIN_DECLS
10# define __END_DECLS
11# endif
12#endif /* ifndef __BEGIN_DECLS */
13
14#endif /* _C_DECLS_H_ */