Add includes and split off json_types.h to help ensure that headers can be included in any order.

This commit is contained in:
Eric Haszlakiewicz
2020-04-06 13:55:27 +00:00
parent 5e19c26cae
commit 19bbf2c069
8 changed files with 92 additions and 60 deletions

View File

@@ -22,6 +22,8 @@
extern "C" {
#endif
#include <stddef.h>
#define ARRAY_LIST_DEFAULT_SIZE 32
typedef void(array_list_free_fn)(void *data);