www.eeworm.com/read/172774/5382119
#include "_ctype.h"
FUNC(isdigit, _D)
www.eeworm.com/read/172774/5382121
#include "_ctype.h"
FUNC(isupper, _U)
www.eeworm.com/read/172774/5382123
#include "_ctype.h"
FUNC(ispunct, _P)
www.eeworm.com/read/172774/5382125
#include "_ctype.h"
FUNC(isxdigit,_X)
www.eeworm.com/read/172774/5382127
#include "_ctype.h"
FUNC(isprint, _U|_L|_D|_P|_S)
www.eeworm.com/read/172774/5382128
#include "_ctype.h"
FUNC(isalnum, _U|_L|_D)
www.eeworm.com/read/172774/5382129
#include "_ctype.h"
FUNC(isgraph, _U|_L|_D|_P)
www.eeworm.com/read/172774/5382130
#include "_ctype.h"
FUNC(isspace, _S)
www.eeworm.com/read/172774/5382131
#include "_ctype.h"
FUNC(iscntrl, _C)
www.eeworm.com/read/171934/5390596
#include "test_table.c"