FreeBSD Manual Pages
byte_copy(3) Library Functions Manual byte_copy(3) NAME byte_copy - copy a string SYNTAX #include <libowfat/byte.h> void byte_copy(char *out,size_t len,const char *in); DESCRIPTION byte_copy copies in[0] to out[0], in[1] to out[1], etc., and finally in[len-1] to out[len-1]. SEE ALSO byte_copyr(3) byte_copy(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_byte_copy&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>