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
7a1fcaa88c
crap-libs
/
misc.h
7 lines
66 B
C
Raw
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
#
define UNUSED(v) (v = v);
#
endif
Reference in a new issue
Copy permalink