ReactOS 0.4.15-dev-7788-g1ad9096
standard.h File Reference
#include <schily/mconfig.h>
Include dependency graph for standard.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ const

#define const

Definition at line 77 of file standard.h.

◆ EX_BAD

#define EX_BAD   (-1) /* Default error exit code */

Definition at line 62 of file standard.h.

◆ EX_CLASH

#define EX_CLASH   (-64) /* Exit code used with exit clashes */

Definition at line 63 of file standard.h.

◆ EXPORT

Definition at line 70 of file standard.h.

◆ FALSE

#define FALSE   0

Definition at line 53 of file standard.h.

◆ FAST

#define FAST   register

Definition at line 73 of file standard.h.

◆ GLOBAL

#define GLOBAL   extern

Definition at line 68 of file standard.h.

◆ IMPORT

#define IMPORT   extern

Definition at line 69 of file standard.h.

◆ INTERN

#define INTERN   static

Definition at line 71 of file standard.h.

◆ LOCAL

#define LOCAL (   void)    static

Definition at line 72 of file standard.h.

◆ NULL

#define NULL   0

Definition at line 49 of file standard.h.

◆ signed

#define signed

Definition at line 80 of file standard.h.

◆ TRUE

#define TRUE   1

Definition at line 52 of file standard.h.

◆ volatile

#define volatile

Definition at line 83 of file standard.h.

Typedef Documentation

◆ __SBOOL

typedef int __SBOOL

Definition at line 93 of file standard.h.

◆ BOOL

typedef int BOOL

Definition at line 94 of file standard.h.