#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
Go to the source code of this file.
Data Structures | |
struct | key_value_pair |
Storage structure for a key value pair. More... | |
Defines | |
#define | _GNU_SOURCE |
#define | CONFIG_FILE_MAX_PAIRS 64 |
#define | CONFIG_FILE_MAX_RESIZE 32 |
Typedefs | |
typedef key_value_pair | key_value_pair_t |