|
NAMEbyte_copy - copy a stringSYNTAX#include <libowfat/byte.h>void byte_copy(char *out,size_t len,const char *in); DESCRIPTIONbyte_copy copies in[0] to out[0], in[1] to out[1], etc., and finally in[len-1] to out[len-1].SEE ALSObyte_copyr(3) Visit the GSP FreeBSD Man Page Interface. |