WMEMSET
Section: Linux Programmer's Manual (3)
Updated: 1999-07-25
Index
JM Home Page
roff page
 
名前
wmemset - ワイド文字の配列を定数のワイド文字で埋める
 
書式
#include <wchar.h>
wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
 
説明
wmemset()
関数は、
memset(3)
関数に対応するワイド文字関数である。
この関数は、memset を先頭とする n 個のワイド文字の配列を、
ワイド文字 wc の n 個のコピーで埋める。
 
返り値
wmemset()
は wcs を返す。
 
準拠
C99.
 
関連項目
memset(3)
 Index
- 名前
- 
- 書式
- 
- 説明
- 
- 返り値
- 
- 準拠
- 
- 関連項目
- 
This document was created by
man2html,
using the manual pages.
Time: 03:27:02 GMT, April 25, 2010