_isdigit 112 include/lolevel.h extern int _isdigit(int c); _isdigit 25 platform/generic/wrappers.c int isdigit(int c) { return _isdigit(c); }