- Timestamp:
- 07/11/2017 05:20:01 PM (7 years ago)
- Branches:
- master
- Children:
- 0170798
- Parents:
- 4a17aeb
- Location:
- libcio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/fprintf.c
r4a17aeb r7af8be4 28 28 return(aputc(c, Stream)); 29 29 } 30 -
libcio/scan.c
r4a17aeb r7af8be4 9 9 10 10 static int16_t maxwide; 11 static int16_t (*gsub)( );11 static int16_t (*gsub)(int16_t what); 12 12 13 13 static int8_t *scnstr; … … 95 95 */ 96 96 97 int16_t scanfmt(int16_t (*getsub)( ), int8_t *fmt, int16_t **args)97 int16_t scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args) 98 98 { 99 99 -
libcio/scan.x
r4a17aeb r7af8be4 15 15 */ 16 16 17 extern int16_t scanfmt(int16_t (*getsub)( ), int8_t *fmt, int16_t **args);17 extern int16_t scanfmt(int16_t (*getsub)(int16_t which), int8_t *fmt, int16_t **args); 18 18 extern int16_t sscanf(int8_t *string, int8_t *fmt, int16_t *args);
Note:
See TracChangeset
for help on using the changeset viewer.