Changeset 33b5477 in buchla-68k for libcio/conin.x
- Timestamp:
- 07/14/2017 12:36:45 PM (7 years ago)
- Branches:
- master
- Children:
- 298f0b4
- Parents:
- 928d5d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/conin.x
r928d5d9 r33b5477 7 7 #pragma once 8 8 9 #include "fspars.h" 9 10 #include "stdint.h" 10 11 … … 24 25 */ 25 26 26 extern int16_t _conin(i nt8_t *buff, int16_t len);27 extern int16_t _conin(io_arg arg, int8_t *buff, int16_t len);
Note:
See TracChangeset
for help on using the changeset viewer.