ReactOS 0.4.16-dev-297-gc569aee
|
#include <schily/mconfig.h>
Go to the source code of this file.
Macros | |
#define | NULL 0 |
#define | TRUE 1 |
#define | FALSE 0 |
#define | EX_BAD (-1) /* Default error exit code */ |
#define | EX_CLASH (-64) /* Exit code used with exit clashes */ |
#define | GLOBAL extern |
#define | IMPORT extern |
#define | EXPORT |
#define | INTERN static |
#define | LOCAL static |
#define | FAST register |
#define | const |
#define | signed |
#define | volatile |
Typedefs | |
typedef int | __SBOOL |
typedef int | BOOL |
#define const |
Definition at line 77 of file standard.h.
Definition at line 63 of file standard.h.
Definition at line 70 of file standard.h.
#define FALSE 0 |
Definition at line 53 of file standard.h.
#define FAST register |
Definition at line 73 of file standard.h.
#define GLOBAL extern |
Definition at line 68 of file standard.h.
#define IMPORT extern |
Definition at line 69 of file standard.h.
#define INTERN static |
Definition at line 71 of file standard.h.
Definition at line 72 of file standard.h.
#define NULL 0 |
Definition at line 49 of file standard.h.
#define signed |
Definition at line 80 of file standard.h.
#define TRUE 1 |
Definition at line 52 of file standard.h.
#define volatile |
Definition at line 83 of file standard.h.
Definition at line 93 of file standard.h.
Definition at line 94 of file standard.h.