tail head cat sleep
QR code linking to this page

manページ  — BCOPY

名称

bcopy – バイト文字列をコピーする

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <string.h>

void
bcopy(const void *src, void *dst, size_t len);

解説

bcopy() 関数は、文字列 src から文字列 dstlen バイトをコピーします。 2 つの文字列は重なり合っていても構いません。 len が 0 の場合、コピーはされません。

関連項目

memccpy(3), memcpy(3), memmove(3), strcpy(3), strncpy(3)

歴史

bcopy() 関数は BSD 4.2 で登場しました。

BCOPY (3) June 4, 1993

tail head cat sleep
QR code linking to this page


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

Like a classics radio station whose play list spans decades, Unix simultaneously exhibits its mixed and dated heritage. There's Clash-era graphics interfaces; Beatles-era two-letter command names; and systems programs (for example, ps) whose terse and obscure output was designed for slow teletypes; Bing Crosby-era command editing (# and @ are still the default line editing commands), and Scott Joplin-era core dumps.
— The Unix Haters' handbook