Changeset b28a12e in buchla-68k for libcio/read.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/read.c
r39a696b rb28a12e 36 36 #define DEBUGIT 0 37 37 38 #include "all.h" 39 40 #if DEBUGIT 41 extern short fsdebug; 42 #endif 43 44 extern int16_t _badfd(void); 45 extern int16_t _conin(int8_t *buff, int16_t len); 46 extern int16_t _seek(struct fcb *fcp); 47 48 extern void *memcpy(void *vp1, void *vp2, int16_t n); 49 50 int16_t _filerd(struct fcb *fp, int8_t *buffer, uint16_t len); 51 52 extern int16_t ReadRN(struct fcb *fcp, int8_t *buf); 53 extern int16_t blkrd(struct fcb *fcp, int8_t *buf, int16_t ns); 38 #include "ram.h" 54 39 55 40 static int16_t (*t_read[])() = {
Note:
See TracChangeset
for help on using the changeset viewer.