_toupper 137 include/lolevel.h extern int _toupper(int c); _toupper 34 platform/generic/wrappers.c int toupper(int c) { return _toupper(c); }