ReactOS 0.4.16-dev-297-gc569aee
cdefs.h
Go to the documentation of this file.
1
6#ifndef _SYS_CDEFS_H
7#define _SYS_CDEFS_H
8#ifdef __cplusplus
9#define __BEGIN_DECLS extern "C" {
10#define __END_DECLS }
11#else
12#define __BEGIN_DECLS
13#define __END_DECLS
14#endif
15#define __P(protos) protos /* full-blown ANSI C */
16#endif
17