Changeset 7258c6a in buchla-68k for include/ctype.h


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/ctype.h

    r0292fbb r7258c6a  
    9898
    9999extern  void    ___atab(void);
    100 extern  char __atab[];          /* character type table */
     100extern  int8_t __atab[];                /* character type table */
    101101
    102102#endif  /* SYS5CODE */
Note: See TracChangeset for help on using the changeset viewer.