Changeset 0580615 in buchla-68k for iolib/printf.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/printf.c

    r46d8069 r0580615  
    1717#include "stdarg.h"
    1818
    19 extern  long    dofmt_();
     19extern  long    dofmt_(int (*putsub)(), char *format, va_list args);
    2020
    21 static  int     fpsub();
     21        static int fpsub(int c);
    2222
    2323/*
     
    4444*/
    4545
    46 static
    47 int
    48 fpsub(c)
    49 int c;
     46static int fpsub(int c)
    5047{
    5148        /* KLUDGE:  since we aren't Unix(tm) we prepend a CR to LF's */
Note: See TracChangeset for help on using the changeset viewer.