This website requires JavaScript.
Explore
Help
Sign In
codex-storage
/
nim-leveldb
mirror of
https://github.com/codex-storage/nim-leveldb.git
Watch
1
Star
0
Fork
You've already forked nim-leveldb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f0d18f6d35
nim-leveldb
/
tests
/
compileme.c
9 lines
87 B
C
Raw
Blame
History
#
include
<unistd.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
fdatasync
(
-
1
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink