Movatterモバイル変換


[0]ホーム

URL:


memset
Prev String Manipulation Next

Name

memset — Fill a region of memory with the given value

Synopsis

void *memset(void *s,
 intc,
 size_tcount);
 

Arguments

void * s

Pointer to the start of the area.

int c

The byte to fill the area with

size_t count

The size of the area.

Description

Do not usememset to access IO space, usememset_io instead.


Prev Up Next
match_string Home memzero_explicit

[8]ページ先頭

©2009-2025 Movatter.jp