Changeset 7af8be4 in buchla-68k for libcio/scan.x


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.x

    r4a17aeb r7af8be4  
    1515*/
    1616
    17 extern  int16_t         scanfmt(int16_t (*getsub)(), int8_t *fmt, int16_t **args);
     17extern  int16_t         scanfmt(int16_t (*getsub)(int16_t which), int8_t *fmt, int16_t **args);
    1818extern  int16_t         sscanf(int8_t *string, int8_t *fmt, int16_t *args);
Note: See TracChangeset for help on using the changeset viewer.