mirror of https://github.com/tstellar/bygfoot.git
6 lines
115 B
C
6 lines
115 B
C
|
|
||
|
|
||
|
#ifndef HAVE_JSON_OBJECT_NEW_ARRAY_EXT
|
||
|
#define json_object_new_array_ext(size) json_object_new_array();
|
||
|
#endif
|