This website requires JavaScript.
Explore
Help
Sign In
frederik
/
oscar64
Watch
1
Star
0
Fork
You've already forked oscar64
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9cdfad7d34
oscar64
/
include
/
assert.h
9 lines
93 B
C
Raw
Blame
History
#
ifndef ASSERT_H
#
define ASSERT_H
void
assert
(
bool
b
)
;
#
pragma compile("assert.c")
#
endif
Reference in New Issue
View Git Blame
Copy Permalink