|  |  
 |   |   
 NAMEfmt_copybytes - write binary data SYNTAX#include <libowfat/fmt.h> size_t fmt_copybytes(char *dest,const char *source, size_t limit); DESCRIPTIONfmt_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 ALSObyte_copy(3), memcpy(3) 
 |