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
Minor cleanup of includes in a couple of tests.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
6 years ago
parent
d0b87ee87b
commit
087534c030
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
tests/test_compare.c
+2
-2
tests/test_float.c
+ 0
- 1
tests/test_compare.c
View File
@@ -8,7 +8,6 @@
#include "json_inttypes.h"
#include "json_object.h"
#include "json_tokener.h"
int main()
{
+ 2
- 2
tests/test_float.c
View File
@@ -2,8 +2,8 @@
* Released under ASL 2.0 */
#include "config.h"
#include <stdio.h>
#include "
../
json_object.h"
#include "
../
json_tokener.h"
#include "json_object.h"
#include "json_tokener.h"
int main(void)
{
json_object *json;
Write
Preview
Loading…
Cancel
Save