LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
#include "juno/hash/hash_api.h"
#include "juno/macros.h"
#include "juno/memory/memory_types.h"
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | JUNO_MAP_TAG |
Typedefs | |
typedef struct JUNO_MAP_TAG | JUNO_MAP_T |
typedef bool(* | JUNO_MAP_KEY_EQUAL_FCN_T) (JUNO_MEMORY_T ptKey1, JUNO_MEMORY_T ptKey2) |
typedef bool(* JUNO_MAP_KEY_EQUAL_FCN_T) (JUNO_MEMORY_T ptKey1, JUNO_MEMORY_T ptKey2) |
typedef struct JUNO_MAP_TAG JUNO_MAP_T |