Changeset df097bf in buchla-68k for iolib/sprintf.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
  • iolib/sprintf.c

    r9bf0f86 rdf097bf  
    1111
    1212static char     *buff;
     13static int      spsub();
    1314
    1415/*
     
    2324va_dcl
    2425{
    25         int spsub();
    26 
    2726        register long count;
    2827        va_list aptr;
Note: See TracChangeset for help on using the changeset viewer.