Refactor: macro constants -> config.h

This commit is contained in:
olemorud
2023-04-25 00:22:43 +02:00
parent 2eeaa2171f
commit e0857626d6
5 changed files with 43 additions and 9 deletions

View File

@@ -2,10 +2,9 @@
#ifndef _JSON_VALUE_H
#define _JSON_VALUE_H
#include "config.h"
#include <stdbool.h> // bool
#define OBJ_SIZE 32
typedef struct obj_entry {
char const* key;
struct json_value* val;