>The traditional implementation of isdigit() in <ctype.h> is typically >something like this: > #define isdigit(c) ((_ctype_+1)[c] & 4)
確定! 回上一頁