Changeset 7258c6a in buchla-68k for libcio/fscanf.c
- Timestamp:
- 07/09/2017 04:45:34 PM (8 years ago)
- Branches:
- master
- Children:
- 8618599
- Parents:
- 0292fbb
- File:
- 
      - 1 edited
 
 - 
          
  libcio/fscanf.c (modified) (3 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      libcio/fscanf.cr0292fbb r7258c6a 9 9 #include "stddefs.h" 10 10 11 static int scnlast;11 static int16_t scnlast; 12 12 static FILE *scnfp; 13 13 14 static int gchar(int what)14 static int16_t gchar(int16_t what) 15 15 { 16 16 if (what EQ 0) { … … 26 26 } 27 27 28 int scanf(char *fmt, int *args)28 int16_t scanf(int8_t *fmt, int16_t *args) 29 29 { 30 30 scnfp = stdin; … … 33 33 } 34 34 35 int fscanf(FILE *fp, char *fmt, int *args)35 int16_t fscanf(FILE *fp, int8_t *fmt, int16_t *args) 36 36 { 37 37 scnfp = fp; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)
