Closed GoogleCodeExporter closed 9 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
Original comment by zwetan
on 17 Jan 2014 at 8:21
Original issue reported on code.google.com by
zwetan
on 25 Nov 2013 at 4:36