標準的 ANSI C 函式庫提供了一系列的字元分類 (定義在 ctype.h) 與字串處理 (定義在 ... (char)c); if (isgraph(c)) printf("graph "); if (isascii(c)) printf("ascii ...
確定! 回上一頁