Changeset 1199 in kBuild for trunk/src/kash/bltin
- Timestamp:
- Oct 6, 2007 10:04:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/bltin/bltin.h
r880 r1199 55 55 #define printf out1fmt 56 56 #define putc(c, file) outc(c, file) 57 #define putchar(c) out1c( c)57 #define putchar(c) out1c(psh, c) 58 58 #define FILE struct output 59 59 #define fprintf outfmt
Note:
See TracChangeset
for help on using the changeset viewer.