Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
Macros | Typedefs | Enumerations
types.h File Reference

Go to the source code of this file.

Macros

#define FALSE   0
 
#define TRUE   1
 

Typedefs

typedef unsigned char bool_t
 
typedef enum retcode_e retcode_t
 

Enumerations

enum  retcode_e { RET_SUCCESS = 0, RET_ERROR = -1, RET_SYSCALL_INVALID = -2 }
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ TRUE

#define TRUE   1

Typedef Documentation

◆ bool_t

typedef unsigned char bool_t

◆ retcode_t

typedef enum retcode_e retcode_t

Enumeration Type Documentation

◆ retcode_e

enum retcode_e
Enumerator
RET_SUCCESS 
RET_ERROR 
RET_SYSCALL_INVALID