KolibriOS kernel
kglobals.inc File Reference

Macros

#define iglobal
 ---------------------------------------------------------------— More...
 
#define iglobal_nested
 
#define uglobal
 ----------------------------------------------------------— use 'uglobal' for inserting uninitialized global definitions. even when you define some data values, these variables More...
 
#define uglobal_nested
 
#define IncludeIGlobals
 
#define IncludeUGlobals
 
#define IncludeAllGlobals
 

Variables

fix endg
 Use endg for ending iglobal and uglobal blocks. More...
 
fix endg_nested
 

Macro Definition Documentation

◆ iglobal

#define iglobal

---------------------------------------------------------------—

use "iglobal" for inserting initialized global data definitions.

Source
kglobals.inc:14

◆ iglobal_nested

#define iglobal_nested

◆ IncludeAllGlobals

#define IncludeAllGlobals

◆ IncludeIGlobals

#define IncludeIGlobals

◆ IncludeUGlobals

#define IncludeUGlobals

◆ uglobal

#define uglobal

----------------------------------------------------------— use 'uglobal' for inserting uninitialized global definitions. even when you define some data values, these variables

will be stored as uninitialized data.

Source
kglobals.inc:27

◆ uglobal_nested

#define uglobal_nested

Variable Documentation

◆ endg

fix endg

Use endg for ending iglobal and uglobal blocks.

Initial value
}
Source
kglobals.inc:35

◆ endg_nested

fix endg_nested