- Timestamp:
- 07/09/2017 01:17:57 AM (7 years ago)
- Branches:
- master
- Children:
- 002f873
- Parents:
- 6dd74a9
- Location:
- libcio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/fscanf.c
r6dd74a9 r599d89b 12 12 static FILE *scnfp; 13 13 14 static int gchar( what)14 static int gchar(int what) 15 15 { 16 16 if (what EQ 0) { -
libcio/putc.c
r6dd74a9 r599d89b 164 164 */ 165 165 166 int puterr( c)166 int puterr(int c) 167 167 { 168 168 return(putc(c, stderr)); -
libcio/scan.c
r6dd74a9 r599d89b 77 77 } 78 78 79 static int sgetc( what)79 static int sgetc(int what) 80 80 { 81 81 if (what EQ 0) {
Note:
See TracChangeset
for help on using the changeset viewer.