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
Issue#10: add some const qualifiers so test1 compiles again.
tags/json-c-0.10-20120530
Eric Haszlakiewicz
13 years ago
parent
faa535386a
commit
44f0f62252
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test1.c
+ 1
- 1
test1.c
View File
@@ -8,7 +8,7 @@
static int sort_fn (const void *j1, const void *j2)
{
json_object **jso1, **jso2;
json_object *
const
*jso1, *
const
*jso2;
int i1, i2;
jso1 = j1;
Write
Preview
Loading…
Cancel
Save