Changes in uspace/lib/c/include/stdio.h [3629481:1d0d06a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stdio.h
r3629481 r1d0d06a 46 46 #define BUFSIZ 4096 47 47 48 #define DEBUG(fmt, ...) se\48 #define DEBUG(fmt, ...) \ 49 49 { \ 50 50 char _buf[256]; \
Note:
See TracChangeset
for help on using the changeset viewer.