www.eeworm.com/read/159853/5580352
#include "_ctype.h"
FUNC(isupper, _U)
www.eeworm.com/read/159853/5580354
#include "_ctype.h"
FUNC(ispunct, _P)
www.eeworm.com/read/159853/5580356
#include "_ctype.h"
FUNC(isxdigit,_X)
www.eeworm.com/read/159853/5580358
#include "_ctype.h"
FUNC(isprint, _U|_L|_D|_P|_S)
www.eeworm.com/read/159853/5580359
#include "_ctype.h"
FUNC(isalnum, _U|_L|_D)
www.eeworm.com/read/159853/5580360
#include "_ctype.h"
FUNC(isgraph, _U|_L|_D|_P)
www.eeworm.com/read/159853/5580361
#include "_ctype.h"
FUNC(isspace, _S)
www.eeworm.com/read/159853/5580362
#include "_ctype.h"
FUNC(iscntrl, _C)
www.eeworm.com/read/159853/5580365
#include "xtoa.c"
XTOA(l, long)
www.eeworm.com/read/159853/5580367
#include "atox.c"
ATOX(l, long)