- Timestamp:
- 07/10/2017 09:48:23 AM (7 years ago)
- Branches:
- master
- Children:
- 6262b5c
- Parents:
- f7428b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib700/ctype.c
rf7428b1 r5fa506d 26 26 */ 27 27 28 #if SYS5CODE29 char _ctype[] = { /* this table handles EOF as a legal value */30 31 /* -1 EOF */ 0, /* -1 EOF */32 #else33 34 void ___atab(void)35 {36 return;37 }38 39 28 int8_t __atab[] = { /* EOF won't work properly with this table */ 40 #endif41 29 42 30 /* Octal */ /* Hex */
Note:
See TracChangeset
for help on using the changeset viewer.