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
Fix definition of NELEM in the tests.
tags/json-c-0.13-20171207
Eric Haszlakiewicz
8 years ago
parent
ac09581cc2
commit
e424af32b7
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/parse_flags.c
+ 1
- 1
tests/parse_flags.c
View File
@@ -22,7 +22,7 @@ static struct {
};
};
#ifndef NELEM
#ifndef NELEM
#define NELEM(x) (sizeof(x) / sizeof(
&
x[0]))
#define NELEM(x) (sizeof(x) / sizeof(x[0]))
#endif
#endif
int parse_flags(int argc, char **argv)
int parse_flags(int argc, char **argv)
Write
Preview
Loading…
Cancel
Save