LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
#include "juno/macros.h"
#include "juno/memory/memory_types.h"
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | JUNO_TABLE_HDR_TAG |
struct | JUNO_TABLE_TAG |
Typedefs | |
typedef struct JUNO_TABLE_TAG | JUNO_TABLE_MANAGER_T |
typedef struct JUNO_TABLE_HDR_TAG | JUNO_TABLE_HDR_T |
typedef struct JUNO_TABLE_PRIVATE_TAG | JUNO_TABLE_PRIVATE_T |
typedef struct JUNO_TABLE_HDR_TAG JUNO_TABLE_HDR_T |
typedef struct JUNO_TABLE_TAG JUNO_TABLE_MANAGER_T |
typedef struct JUNO_TABLE_PRIVATE_TAG JUNO_TABLE_PRIVATE_T |