[
новости
/
+++
|
форум
|
теги
|
]
Интерактивная система просмотра системных руководств (man-ов)
Тема
Набор
Категория
Solaris man
FreeBSD man
Разные man
Русские man
Linux man
POSIX man
All
1
2
3
4
5
6
7
8
9
[
Cписок руководств
|
Печать
]
bcopy (3)
>>
bcopy
(3)
( FreeBSD man: Библиотечные вызовы )
bcopy
(3)
( Русские man: Библиотечные вызовы )
bcopy
(3)
( Linux man: Библиотечные вызовы )
bcopy
(3)
( POSIX man: Библиотечные вызовы )
bcopy
(9)
( Solaris man: Ядро )
BSD mandoc
NAME
bcopy
- copy byte string
LIBRARY
Lb libc
SYNOPSIS
#include <strings.h>
void
bcopy (const void *src void *dst size_t len);
DESCRIPTION
The bcopy ();
function copies Fa len bytes from string Fa src to string Fa dst . The two strings may overlap. If Fa len is zero, no bytes are copied.
SEE ALSO
memccpy
(3),
memcpy
(3),
memmove
(3),
strcpy
(3),
strncpy
(3)
HISTORY
A bcopy ();
function appeared in BSD 4.2 Its prototype existed previously in #include <string.h>
before it was moved to #include <strings.h>
for St -p1003.1-2001 compliance.
Index
NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY
Поиск по тексту MAN-ов:
Партнёры:
Хостинг:
Закладки на сайте
Проследить за страницей
Created 1996-2024 by
Maxim Chirkov
Добавить
,
Поддержать
,
Вебмастеру