HOME > Linux Tips ( 目次 ) > Linux コマンド 一覧表 > w > wcstoimax - ライブラリコールの説明

wcstoimax - ライブラリコールの説明 - Linux コマンド集 一覧表

  1. 名前
  2. 書式
  3. 説明
  4. 準拠
  5. 関連項目

名前

wcstoimax, wcstoumax - ワイド文字文字列を整数に変換する

書式

#include <stddef.h>

#include <inttypes.h>
intmax_t wcstoimax (const wchar_t *nptr, wchar_t **endptr, int base);
uintmax_t wcstoumax (const wchar_t *nptr, wchar_t **endptr, int base);

説明

これらの関数はちょうど wcstol ()と wcstoul ()に似ているが、それぞれ intmax_tuintmax_t 型の値を返す。

準拠

C99.

関連項目

imaxabs (3), imaxdiv (3),  strtoimax (3),  strtoumax (3), wcstol (3), wcstoul (3)

Linux Tips 関連記事
Linux Tips(目次)
Linux ディストリビューション一覧
rpm のファイル名にあるi386とかi686とは
自分のマシンの情報を調べる
cron の設定
ssh の root ログインを禁止する
ssh を、ユーザ、IPでアクセス制限
鍵交換方式によるssh接続
鍵交換方式によるssh接続( windowsから )
複数ファイル内の文字列を置換して上書き保存する
あるグループをイニシャルグループとするユーザー一覧出力
複数ファイルのファイル名を一括変換する
連番ファイルをコマンド一発で作成する
中身がランダムなファイルを任意のサイズで作成する
Linux ユーザーアカウントをロック・アンロックする