Refactor: macro constants -> config.h
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user