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


Ignore:
Timestamp:
07/09/2017 09:14:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e225e77
Parents:
d10dbee
Message:

Added more functions to header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/ctype.h

    rd10dbee rd2d593b  
    102102#endif  /* SYS5CODE */
    103103
     104extern  int16_t tolower(int16_t c);
     105extern  int16_t toupper(int16_t c);
     106
    104107#endif  /* _CTYPE_C */
    105108
Note: See TracChangeset for help on using the changeset viewer.