XINU
|
指定のByteブロックに対して、同じ値をNバイト分書き込む。 More...
Go to the source code of this file.
Functions | |
void * | memset (void *s, int c, int n) |
指定のByteブロックに対して、同じ値をNバイト分書き込む。 More... | |
指定のByteブロックに対して、同じ値をNバイト分書き込む。
Definition in file memset.c.
void* memset | ( | void * | s, |
int | c, | ||
int | n | ||
) |
指定のByteブロックに対して、同じ値をNバイト分書き込む。
[in,out] | s | Byteブロックへのポインタ(例:文字列) |
[in] | c | 書き込む値(1Byte) |
[in] | n | 書き込むサイズ(Byte) |
Definition at line 13 of file memset.c.
Referenced by arp_alloc(), arp_resolve(), dhcp_bld_bootp_msg(), dnslookup(), ethinit(), ethwrite(), getutime(), if(), lfdballoc(), lflinit(), lfscreate(), lfsinit(), net_init(), rdscontrol(), rdsopen(), rdsprocess(), rflread(), rflwrite(), rfscontrol(), rfsopen(), tftpget_mb(), and xsh_rdstest().