This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
yamalloc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added stdio.h to ya_debug.h
main
Titouan Rigoudy
11 years ago
parent
ccdb52f9bc
commit
413c45be1f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ya_debug.h
+ 2
- 0
ya_debug.h
View File
@ -6,6 +6,8 @@
#
ifndef YA_DEBUG_H
#
define YA_DEBUG_H
#
include
<stdio.h> // for fprintf, so that other files may simply include this
#
ifdef YA_DEBUG
/
/
enables debugging
#
define ya_debug(...) fprintf(stderr, __VA_ARGS__)
Write
Preview
Loading…
Cancel
Save