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


Ignore:
Timestamp:
07/16/2017 01:26:25 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
661ae9d
Parents:
83ea432
Message:

Made declarations consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/scan.x

    r83ea432 re4a1376  
    1515*/
    1616
    17 extern  int16_t         scanfmt(int16_t (*getsub)(int16_t which), int8_t *fmt, int16_t **args);
     17extern  int16_t         scanfmt(int16_t (*getsub)(int16_t what), 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.