- Timestamp:
- 07/10/2017 07:11:13 PM (7 years ago)
- Branches:
- master
- Children:
- e877e55
- Parents:
- 14ad9c9
- Location:
- iolib
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
iolib/dofmt.x
r14ad9c9 r6aa430b 1 1 #pragma once 2 2 3 #include "stdarg.h" 3 4 #include "stdint.h" 4 5 … … 10 11 11 12 extern int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args); 12 -
iolib/mdump.x
r14ad9c9 r6aa430b 10 10 11 11 extern void mdump(int8_t *begin, int8_t *end, int32_t start); 12 -
iolib/pause.x
r14ad9c9 r6aa430b 1 1 #pragma once 2 3 #include "stdint.h" 2 4 3 5 /* … … 8 10 9 11 extern void pause(int8_t *s); 10 -
iolib/printf.x
r14ad9c9 r6aa430b 10 10 11 11 extern int32_t printf(int8_t *fmt, ...); 12 -
iolib/rawio.x
r14ad9c9 r6aa430b 13 13 extern int16_t readln(int16_t unit, int16_t nc, int8_t *ctl, int16_t nb, int8_t *buf); 14 14 extern void writeln(int16_t unit, int8_t *buf); 15 -
iolib/sprintf.x
r14ad9c9 r6aa430b 10 10 11 11 extern int32_t sprintf(int8_t *str, int8_t *fmt, ...); 12 -
iolib/waitcr.x
r14ad9c9 r6aa430b 10 10 11 11 extern int16_t waitcr(void); 12
Note:
See TracChangeset
for help on using the changeset viewer.