Rechercher une page de manuel
bzero
Langue: ja
Version: 1993-04-09 (fedora - 25/11/07)
Section: 3 (Bibliothèques de fonctions)
名前
bzero - 値 0 のバイトで埋める書式
#include <strings.h> void bzero(void *s, size_t n);
説明
bzero() 関数は バイト列 s から始まるバイト領域の先頭 n バイトを 数値ゼロ (値が '\0' のバイト) で埋める。返り値
なし。準拠
4.3BSD. この関数は廃止予定である (POSIX.1-2001 では 過去の名残 (LEGACY) とされている)。新しいプログラムでは memset(3) を使用すべきである。関連項目
memset(3), swab(3)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre