isalpha(), isupper(), isdigit(), ... 文字分類 strftime(), ... 日付関数と時間関数 strfmon() 通貨関数 printf(), scanf(), ... 数字の構文解析と書式 strcoll(), wcscoll(), ... 文字列の照合 mblen(), mbtowc(), wctomb(), ... 複数バイト関数 catopen(), catgets(), cat...
Length){ while(isdigit(cs[i].ToString())) { numberStr+= cs[i].ToString(); i++; len++; if(i>=cs.Length)break; } } cur = new_token(TokenKind.TK_NUM,next, numberStr,len); cur.val = strtol(numberStr); tokenList.Add(cur); next++; continue; } // assign if (isassign(cs[i...
次の表に libc の文字分類関数 API を示します。表2–7 libc の文字分類および翻字関数 ライブラリルーチン 説明 isalpha() 文字はアルファベットか isupper() 文字は大文字か islower() 文字は小文字か isdigit() 文字は数か isxdigit() 文字は 16 進数か isalnum() 文字は英...