Changeset df097bf in buchla-68k for iolib


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.

Location:
iolib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • iolib/printf.c

    r9bf0f86 rdf097bf  
    1919extern  long    dofmt_();
    2020
     21static  int     fpsub();
     22
    2123/*
    2224   =============================================================================
     
    3133{
    3234        register long count;
    33         int fpsub();
    3435        va_list aptr;
    3536
  • 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.