英語版
このページの英語版を見る
core.sys.posix.string
POSIXの 。
注釈:
ヘッダーは、 に記述されているように NULL と size_t を定義しなければならない。 ただし、Dはビルトインnull を持ち、size_t はobject で定義されている。
License:
Authors:
Mathias 'Geod24' Lang
Standards:
オープングループ基本仕様書 第7号 2018年版
- public import core.sys.posix.locale :
locale_t
; - で定義されているlocale_t を公開する。
core.sys.posix.locale
(<locale.h>) - public import
core.stdc.string
; - C99関数を公開する。Cの拡張機能とXSIの拡張機能がない
- pure nothrow @nogc void*
memccpy
(return scope void*dst
, scope const void*src
, intc
, size_tn
); - 文字が見つかるまで文字列をコピーする
- pure nothrow @nogc char*
stpcpy
(return scope char*dst
, scope const char*src
);
pure nothrow @nogc char*stpncpy
(return scope char*dst
, const char*src
, size_tlen
); - 文字列をコピーする(終端'˶0'を含む)
- nothrow @nogc int
strcoll_l
(scope const char*s1
, scope const char*s2
, locale_tlocale
); - 現在の照合順序に従って文字列を比較する
- nothrow @nogc char*
strerror_l
(int, locale_t); - pure nothrow @nogc size_t
strnlen
(scope const char*str
, size_tmaxlen
); - 文字列の長さを調べる
maxlen
- nothrow @nogc const(char)*
strsignal
(int); - システムのシグナルメッセージ
- pure nothrow @nogc char*
strtok_r
(return scope char*str
, scope const char*sep
, char**context
); - ヌル終端文字列内の連続するトークンを分離する
- nothrow @nogc size_t
strxfrm_l
(char*s1
, scope const char*s2
, size_tn
, locale_tlocale
); - ロケール下で文字列を変換する
Copyright © 1999-2024 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
ドキュメントのdmdのバージョン: 2.109.1
翻訳日付 :
HTML生成日時:
編集者: dokutoku