Changeset 883 for trunk/src/ash-messup/output.h
- Timestamp:
- Apr 21, 2007, 10:55:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/output.h
r880 r883 69 69 void dprintf(struct shinstance *, const char *, ...) 70 70 __attribute__((__format__(__printf__,2,3))); 71 void fmtstr( struct shinstance *,char *, size_t, const char *, ...)72 __attribute__((__format__(__printf__, 4,5)));71 void fmtstr(char *, size_t, const char *, ...) 72 __attribute__((__format__(__printf__,3,4))); 73 73 void doformat(struct output *, const char *, va_list); 74 74 int xwrite(int, char *, int);
Note:
See TracChangeset
for help on using the changeset viewer.