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


Ignore:
Timestamp:
07/08/2017 01:17:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1127e68
Parents:
c6f3870
Message:

_dofmt() -> dofmt_().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fprintf.c

    rc6f3870 rab83141  
    1212static FILE *Stream;
    1313
    14 extern  int     _dofmt();
     14extern  int     dofmt_();
    1515extern  int     aputc();
    1616
     
    2424        Stream = stream;
    2525        va_start(aptr, fmt);
    26         count = _dofmt(fpsub, fmt, aptr);
     26        count = dofmt_(fpsub, fmt, aptr);
    2727        va_end(aptr);
    2828        return(count);
Note: See TracChangeset for help on using the changeset viewer.