mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 07:59:07 +08:00
Add includes and split off json_types.h to help ensure that headers can be included in any order.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#define ARRAY_LIST_DEFAULT_SIZE 32
|
||||
|
||||
typedef void(array_list_free_fn)(void *data);
|
||||
|
||||
Reference in New Issue
Block a user