Changeset 7af8be4 in buchla-68k for iolib/dofmt.c


Ignore:
Timestamp:
07/11/2017 05:20:01 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0170798
Parents:
4a17aeb
Message:

Prototypes for formatted I/O.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iolib/dofmt.c

    r4a17aeb r7af8be4  
    3535#define min(a,b)        ((a)<(b)?(a):(b))
    3636
    37 int32_t dofmt_(int16_t (*putsub)(), int8_t *format, va_list args)
     37int32_t dofmt_(int16_t (*putsub)(int16_t c), int8_t *format, va_list args)
    3838{
    3939        register int16_t fcode;
Note: See TracChangeset for help on using the changeset viewer.