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
Re-do clang-format.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
5 years ago
parent
23ddcbd4da
commit
ecb9354bb1
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
json_object.c
+0
-1
json_tokener.c
+0
-1
json_util.c
+ 0
- 1
json_object.c
View File
@@ -72,7 +72,6 @@ static json_object_to_json_string_fn _json_object_userdata_to_json_string;
* */
JSON_NORETURN static void json_abort(const char *message);
/* ref count debugging */
#ifdef REFCOUNT_DEBUG
+ 0
- 1
json_tokener.c
View File
@@ -95,7 +95,6 @@ static const char *json_tokener_errors[] = {
*/
static json_bool json_tokener_validate_utf8(const char c, unsigned int *nBytes);
const char *json_tokener_error_desc(enum json_tokener_error jerr)
{
int jerr_int = (int)jerr;
+ 0
- 1
json_util.c
View File
@@ -296,4 +296,3 @@ const char *json_type_to_name(enum json_type o_type)
}
return json_type_name[o_type];
}
Write
Preview
Loading…
Cancel
Save