Changeset 7258c6a in buchla-68k for lib700/tolower.c
- Timestamp:
- 07/09/2017 04:45:34 PM (7 years ago)
- Branches:
- master
- Children:
- 8618599
- Parents:
- 0292fbb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/tolower.c
r0292fbb r7258c6a 14 14 */ 15 15 16 int tolower(int c)16 int16_t tolower(int16_t c) 17 17 { 18 int x;18 int16_t x; 19 19 20 20 if (isascii(c)) {
Note:
See TracChangeset
for help on using the changeset viewer.