Changeset b28a12e in buchla-68k for libcio/fprintf.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/fprintf.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include " all.h"8 #include "ram.h" 9 9 10 10 static FILE *Stream; 11 11 12 extern int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args); 13 extern int16_t aputc(int16_t c, FILE *ptr); 14 15 static int16_t fpsub(int16_t c); 12 static int16_t fpsub(int16_t c); 16 13 17 14 int16_t fprintf(FILE *stream, int8_t *fmt, ...)
Note:
See TracChangeset
for help on using the changeset viewer.