Changeset b28a12e in buchla-68k for libcio/readrn.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/readrn.c
r39a696b rb28a12e 16 16 #define DEBUGIT 0 17 17 18 #include "all.h" 19 20 #if DEBUGIT 21 extern short fsdebug; 22 #endif 23 24 #if TBUFFER 25 extern int32_t _secrd(int8_t *buf, int16_t rec); 26 #endif 27 28 extern int32_t _berrno; 29 extern int16_t _seek(struct fcb *fcp); 30 31 /* 32 33 */ 18 #include "ram.h" 34 19 35 20 /*
Note:
See TracChangeset
for help on using the changeset viewer.