Changeset 7af8be4 in buchla-68k for libcio/scan.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
  • libcio/scan.c

    r4a17aeb r7af8be4  
    99
    1010static int16_t maxwide;
    11 static int16_t (*gsub)();
     11static int16_t (*gsub)(int16_t what);
    1212
    1313static int8_t *scnstr;
     
    9595*/
    9696
    97 int16_t scanfmt(int16_t (*getsub)(), int8_t *fmt, int16_t **args)
     97int16_t scanfmt(int16_t (*getsub)(int16_t what), int8_t *fmt, int16_t **args)
    9898{
    9999
Note: See TracChangeset for help on using the changeset viewer.