Changeset b28a12e in buchla-68k for libcio/fscanf.c
- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/fscanf.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include "all.h" 9 10 extern int16_t agetc(FILE *ptr); 11 extern int16_t scanfmt(int16_t (*getsub)(), int8_t *fmt, int16_t **args); 8 #include "ram.h" 12 9 13 10 static int16_t scnlast;
Note:
See TracChangeset
for help on using the changeset viewer.