FreeBSD Manual Pages
fmt_copybytes(3) Library Functions Manual fmt_copybytes(3) NAME fmt_copybytes - write binary data SYNTAX #include <libowfat/fmt.h> size_t fmt_copybytes(char *dest,const char *source, size_t limit); DESCRIPTION fmt_copybytes copies limit bytes from source to dest and returns limit. This is a convenience wrapper interface around memcpy/byte_copy to make it work like the other fmt functions. SEE ALSO byte_copy(3), memcpy(3) fmt_copybytes(3)
NAME | SYNTAX | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_fmt_copybytes&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>