Changeset 1216 for trunk/src/kash/output.h
- Timestamp:
- Oct 7, 2007, 11:15:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/output.h
r1214 r1216 67 67 void freestdout(struct shinstance *); 68 68 void outfmt(struct output *, const char *, ...) 69 __attribute__((__format__(__printf__, 3,4)));69 __attribute__((__format__(__printf__,2,3))); 70 70 void out1fmt(struct shinstance *, const char *, ...) 71 71 __attribute__((__format__(__printf__,2,3)));
Note:
See TracChangeset
for help on using the changeset viewer.