Query: byte_copy
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
byte_copy(3) Library Functions Manual byte_copy(3)NAMEbyte_copy - copy a stringSYNTAX#include <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) byte_copy(3)
| Related Man Pages |
|---|
| copy(9) - freebsd |
| buffer_get(3) - debian |
| rangecheck(3) - debian |
| bstring(3) - freebsd |
| copyout_nofault(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Grub can't find Windows XP |
| Enhanced partition copy script (new & improved!) |
| Help with djbdns code |