This website requires JavaScript.
Explore
Help
Register
Sign in
sigmasternchen
/
crap-libs
Watch
1
Star
0
Fork
You've already forked crap-libs
0
mirror of
https://github.com/sigmasternchen/crap-libs
synced
2025-03-15 07:38:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
master
crap-libs
/
misc.h
7 lines
69 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
new directory structure + new allocation method
2017-03-11 17:00:23 +00:00
#
ifndef MISC_H
#
define MISC_H
macro to avoid unused variable warning
2017-03-10 22:19:04 +00:00
better
2017-04-14 22:13:38 +00:00
#
define UNUSED(v) ((void) v);
macro to avoid unused variable warning
2017-03-10 22:19:04 +00:00
#
endif
Reference in a new issue
Copy permalink