Changeset df097bf in buchla-68k for libcio/fprintf.c


Ignore:
Timestamp:
07/01/2017 10:09:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c091ef8
Parents:
9bf0f86
Message:

Code compiles, doesn't link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fprintf.c

    r9bf0f86 rdf097bf  
    1515extern  int     aputc();
    1616
     17static  int     fpsub();
     18
    1719int
    1820fprintf(stream, fmt, va_alist)
     
    2224{
    2325        register int count;
    24         int fpsub();
    2526        va_list aptr;
    2627
Note: See TracChangeset for help on using the changeset viewer.