mirror of /home/gitosis/repositories/libowfat.git
Mirror of :pserver:cvs@cvs.fefe.de:/cvs libowfat
https://www.fefe.de/libowfat/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
464 B
15 lines
464 B
.TH fmt_copybytes 3 |
|
.SH NAME |
|
fmt_copybytes \- write binary data |
|
.SH SYNTAX |
|
.B #include <libowfat/fmt.h> |
|
|
|
size_t \fBfmt_copybytes\fP(char *\fIdest\fR,const char *\fIsource\fR, size_t limit); |
|
.SH DESCRIPTION |
|
fmt_copybytes copies \fIlimit\fP bytes from \fIsource\fP to \fIdest\fP and returns \fIlimit\fP. |
|
|
|
This is a convenience wrapper interface around |
|
\fImemcpy\fP/\fIbyte_copy\fP to make it work like the other fmt |
|
functions. |
|
.SH "SEE ALSO" |
|
byte_copy(3), memcpy(3)
|
|
|