This website requires JavaScript.
Explore
Help
Register
Sign In
Cypher_Stack
/
wownero
Watch
2
Star
0
Fork
0
You've already forked wownero
mirror of
https://git.wownero.com/wownero/wownero.git
synced
2024-12-23 17:08:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0915913111
wownero
/
utils
/
test-static-assert.c
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
moved all stuff to github
2014-03-03 22:07:58 +00:00
#
include
<assert.h>
static_assert
(
1
,
"
FAIL
"
)
;
int
main
(
int
argc
,
char
*
argv
[
]
)
{
return
0
;
year updated in license
2015-01-02 16:52:46 +00:00
}
Reference in New Issue
Copy Permalink