- Timestamp:
- 07/16/2017 01:26:25 PM (7 years ago)
- Branches:
- master
- Children:
- 661ae9d
- Parents:
- 83ea432
- Location:
- libcio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/filesys.x
r83ea432 re4a1376 46 46 extern int16_t _getfat(uint8_t *bufad, struct bpb *bpp, int16_t nfat); 47 47 extern int16_t _gtcl12(uint8_t *fat, int16_t cl); 48 extern int16_t _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t mode);48 extern int16_t _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t flags); 49 49 extern int16_t _newcls(void); 50 50 extern int16_t _nsic(struct fcb *fcp, struct bpb *bpp, uint8_t *fp); -
libcio/scan.x
r83ea432 re4a1376 15 15 */ 16 16 17 extern int16_t scanfmt(int16_t (*getsub)(int16_t wh ich), int8_t *fmt, int16_t **args);17 extern int16_t scanfmt(int16_t (*getsub)(int16_t what), 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.