nodrock / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
0 stars 1 forks source link

implement C.ctype #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ctype.h

Original issue reported on code.google.com by zwetan on 25 Nov 2013 at 4:36

GoogleCodeExporter commented 8 years ago
everything is implemented isalnum(), isalpha(), etc.

we did not implement the function depending on locale
eg.

int isalpha(int c); is implemented
int isalpha_l(int c, locale_t locale); is NOT implemented

function depending on locale could be added later

Original comment by zwetan on 17 Jan 2014 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 17 Jan 2014 at 8:21