Changeset 6262b5c in buchla-68k for libcio/clusmap.c
- Timestamp:
- 07/10/2017 12:02:05 PM (7 years ago)
- Branches:
- master
- Children:
- 39a696b
- Parents:
- 5fa506d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/clusmap.c
r5fa506d r6262b5c 6 6 */ 7 7 8 #include "biosdefs.h" 9 #include "errno.h" 10 #include "io.h" 11 #include "stdio.h" 12 #include "stddefs.h" 8 #include "all.h" 13 9 14 10 extern int16_t micons(int16_t wi); … … 83 79 */ 84 80 85 staticint16_t waitcr(void)81 int16_t waitcr(void) 86 82 { 87 83 int8_t c; … … 402 398 return(chantab[fp->_unit].c_arg); 403 399 } 400
Note:
See TracChangeset
for help on using the changeset viewer.