Translations of this page?:

strlen

文法:

    #include <cstring>
    size_t strlen( char *文字列 );

strlen()関数は、指定されて文字列の長さを返します。NULL終端文字に到達するまでの文字数から算出します。指定する文字列はNULLであってはなりません。

関連トピック: memcpy, strchr, strcmp, strncmp

 
• • • SitemapRecent changesRSScc