- Timestamp:
- 07/01/2017 10:09:33 PM (7 years ago)
- Branches:
- master
- Children:
- c091ef8
- Parents:
- 9bf0f86
- Location:
- iolib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
iolib/printf.c
r9bf0f86 rdf097bf 19 19 extern long dofmt_(); 20 20 21 static int fpsub(); 22 21 23 /* 22 24 ============================================================================= … … 31 33 { 32 34 register long count; 33 int fpsub();34 35 va_list aptr; 35 36 -
iolib/sprintf.c
r9bf0f86 rdf097bf 11 11 12 12 static char *buff; 13 static int spsub(); 13 14 14 15 /* … … 23 24 va_dcl 24 25 { 25 int spsub();26 27 26 register long count; 28 27 va_list aptr;
Note:
See TracChangeset
for help on using the changeset viewer.