![]() |
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <unistd.h>
#include <asm/byteorder.h>
#include <stdbool.h>
#include <alloca.h>
Go to the source code of this file.
Data Structures | |
struct | cf_bytearray |
Macros | |
#define | CITRUSLEAF_EPOCH 1262304000 |
#define | FALSE 0 |
#define | INVALID_FD (-1) |
#define | TRUE 1 |
Typedefs | |
typedef uint8_t | byte |
typedef unsigned int | uint |
#define CITRUSLEAF_EPOCH 1262304000 |
Definition at line 58 of file cf_types.h.
#define FALSE 0 |
Definition at line 60 of file cf_types.h.
#define INVALID_FD (-1) |
Definition at line 59 of file cf_types.h.
#define TRUE 1 |
Definition at line 61 of file cf_types.h.
typedef uint8_t byte |
Definition at line 67 of file cf_types.h.
typedef unsigned int uint |
Definition at line 68 of file cf_types.h.