Changeset 1199 for trunk/src/kash/output.h
- Timestamp:
- Oct 7, 2007, 12:04:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/output.h
r1198 r1199 54 54 extern struct output *out1; 55 55 extern struct output *out2;*/ 56 #ifdef _MSC_VER 57 # ifndef __attribute__ 58 # define __attribute__(a) 59 # endif 60 #endif 56 61 57 void open_mem( struct shinstance *,char *, int, struct output *);62 void open_mem(char *, int, struct output *); 58 63 void out1str(struct shinstance *, const char *); 59 64 void out2str(struct shinstance *, const char *); … … 72 77 __attribute__((__format__(__printf__,3,4))); 73 78 void doformat(struct output *, const char *, va_list); 74 int xwrite(struct shinstance *, int, char *, int);79 int xwrite(struct shinstance *, int, char *, size_t); 75 80 int xioctl(struct shinstance *, int, unsigned long, char *); 76 81
Note:
See TracChangeset
for help on using the changeset viewer.