- Timestamp:
- 07/09/2017 10:46:29 PM (8 years ago)
- Branches:
- master
- Children:
- c3aee8a
- Parents:
- e225e77
- Location:
- libcio
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/getl.c
re225e77 r411371e 7 7 8 8 #include "stdio.h" 9 10 extern int16_t getc(FILE *ptr);11 9 12 10 /* -
libcio/getw.c
re225e77 r411371e 7 7 8 8 #include "stdio.h" 9 10 extern int16_t getc(FILE *ptr);11 9 12 10 /* -
libcio/putc.c
re225e77 r411371e 18 18 19 19 int16_t _ClFlag; 20 21 int16_t fclose(FILE *ptr);22 20 23 21 /* -
libcio/write.c
re225e77 r411371e 28 28 extern int32_t miconl(int32_t wi); 29 29 30 extern void *memset(void *vp, int8_t c, int16_t n);31 32 30 extern int16_t _seek(struct fcb *fcp); 33 31 extern uint16_t _cl2lsn(struct bpb *bpp, uint16_t clnum);
Note:
See TracChangeset
for help on using the changeset viewer.