This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
update shortstring and arraylist parameters
pull/538/head
dota17
5 years ago
parent
0ffdbb2395
commit
0be5ed6bed
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arraylist.h
+1
-1
json_object_private.h
+ 1
- 1
arraylist.h
View File
@@ -22,7 +22,7 @@
extern "C" {
#endif
#define ARRAY_LIST_DEFAULT_SIZE
32
#define ARRAY_LIST_DEFAULT_SIZE
16
typedef void (array_list_free_fn) (void *data);
+ 1
- 1
json_object_private.h
View File
@@ -20,7 +20,7 @@
extern "C" {
#endif
#define LEN_DIRECT_STRING_DATA
32
/**< how many bytes are directly stored in json_object for strings? */
#define LEN_DIRECT_STRING_DATA
16
/**< how many bytes are directly stored in json_object for strings? */
typedef void (json_object_private_delete_fn)(struct json_object *o);
Write
Preview
Loading…
Cancel
Save