WCSLEN
Section: Linux Programmer's Manual (3)
Updated: 1999-07-25
Index
JM Home Page
roff page
 
名前
wcslen - ワイド文字文字列の長さを求める
 
書式
#include <wchar.h>
size_t wcslen(const wchar_t *s);
 
説明
wcslen()
関数は、
strlen(3)
関数に対応するワイド文字関数である。
この関数は、s が指すワイド文字文字列の長さを求める。
終端の Laq\0aq 文字はこの長さには含まれない。
 
返り値
wcslen()
関数は、s に含まれるワイド文字の数を返す。
 
準拠
C99.
 
関連項目
strlen(3)
 Index
- 名前
- 
- 書式
- 
- 説明
- 
- 返り値
- 
- 準拠
- 
- 関連項目
- 
This document was created by
man2html,
using the manual pages.
Time: 03:27:01 GMT, April 25, 2010