トップページ > コンテンツ > プログラミング入門 > C言語入門 > C言語の基本まとめ > C標準ライブラリ > inttypes.h

関数名 役割
imaxabs 整数の絶対値を計算
imaxdiv 割り算の商と剰余を一度に計算
strtoimax,strtoumax strtol,strtoll,strtoulと等価。変換された結果を得る。
wcstoimax,wcstoumax wcstol,wcstoll,wcstoulと等価。変換された結果を得る。
最終更新:2011年04月02日 16:51