|
OSAPI
0.29
Open System API
|
10 #ifndef OSAPI_GENERAL_TYPES_H_
11 #define OSAPI_GENERAL_TYPES_H_
40 #define OSAPI_NULL_CHAR_POINTER ( (char * ) 0 )
43 #define OSAPI_EMPTY_STRING ""
46 #define OSAPI_SPACE_STRING " "
49 #define OSAPI_OPTIONS_END -999999
int t_protocol
Definition of a protocol type.
Definition: general_types.h:64
uint8_t Byte
Definition of a Byte type.
Definition: general_types.h:58
int64_t t_offset
Definition of OSAPI size type.
Definition: general_types.h:55
uint64_t t_size
Definition of OSAPI size type.
Definition: general_types.h:52
Byte t_module
Definition of the module type.
Definition: general_types.h:69
int value
The value part of the pair.
Definition: general_types.h:75
char * name
The name part of the pair.
Definition: general_types.h:74
Defines a generic pair name/value structure.
Definition: general_types.h:72
char t_char
Definition of own char type.
Definition: general_types.h:61