英語版
このページの英語版を見る
core.sys.posix.strings
POSIXの 。
注釈:
このモジュールを
License:
Authors:
Mathias 'Geod24' Lang
Standards:
オープングループ基本仕様書 第7号 2018年版
- public import core.sys.posix.locale :
locale_t; - pure nothrow @nogc @safe int
ffs(inti); - ワードの最初のビットを見つける
- nothrow @nogc int
strcasecmp(scope const char*s1, scope const char*s2); - 大文字と小文字を無視して2つの文字列を比較する
- nothrow @nogc int
strcasecmp_l(scope const char*s1, scope const char*s2, scope locale_tlocale); - 指定されたロケールで、大文字小文字を無視して2つの文字列を比較する
- nothrow @nogc int
strncasecmp(scope const char*s1, scope const char*s2, size_tn); - 大文字小文字を無視した2つの文字列をn文字まで比較する
- nothrow @nogc int
strncasecmp_l(scope const char*s1, const char*s2, size_tn, locale_tlocale); - 大文字小文字を無視した2つの文字列を、指定されたロケールでn文字まで比較する
Copyright © 1999-2025 by the D Language Foundation
DEEPL APIにより翻訳、ところどころ修正。
このページの最新版(英語)
このページの原文(英語)
翻訳時のdmdのバージョン: 2.108.0
サイト全体のドキュメントのdmdのバージョン: 2.109.1
最新のdmdのバージョン: 2.111.0 ダウンロード
翻訳日付:
HTML生成日時:
編集者: dokutoku