Changeset f261cc8 in buchla-68k for libcio/putl.c
- Timestamp:
- 07/16/2017 12:10:45 PM (7 years ago)
- Branches:
- master
- Children:
- 1c4f9be
- Parents:
- 0c06bc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcio/putl.c
r0c06bc5 rf261cc8 21 21 return; 22 22 23 putc(( w & 0xFF), stream);23 putc((int16_t)(w & 0xFF), stream); 24 24 } 25 25
Note:
See TracChangeset
for help on using the changeset viewer.