tail head cat sleep
QR code linking to this page

manページ  — MEMSET

名称

memset – バイト文字列にバイトを書き込む

内容

ライブラリ

書式

#include <string.h>

void *
memset(void *b, int c, size_t len);

解説

memset() 関数は、値 c (unsigned char に変換) の len バイトを文字列 b に書き込みます。

戻り値

memset() 関数は、最初の引数を戻します。

関連項目

bzero(3), swab(3)

規格

memset() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

MEMSET (3) June 4, 1993

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
— Charles Babbage