Changeset 0580615 in buchla-68k for iolib/printf.c
- Timestamp:
- 07/08/2017 02:42:31 PM (7 years ago)
- Branches:
- master
- Children:
- 342a56f
- Parents:
- 46d8069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iolib/printf.c
r46d8069 r0580615 17 17 #include "stdarg.h" 18 18 19 extern long dofmt_( );19 extern long dofmt_(int (*putsub)(), char *format, va_list args); 20 20 21 static int fpsub();21 static int fpsub(int c); 22 22 23 23 /* … … 44 44 */ 45 45 46 static 47 int 48 fpsub(c) 49 int c; 46 static int fpsub(int c) 50 47 { 51 48 /* KLUDGE: since we aren't Unix(tm) we prepend a CR to LF's */
Note:
See TracChangeset
for help on using the changeset viewer.