|
LIBRARY#include <xtend/file.h> -lxtend SYNOPSISint xt_fast_cp(const char *source, const char *dest) ARGUMENTSsource, dest: File names of source and destination DESCRIPTIONxt_fast_cp() copies a file using low-level I/O with an optimal buffer size (the least common multiple of block sizes) for both source and destination filesystems.RETURN VALUESThe return value of the last read(3) call.SEE ALSOcp(1), read(3), write(3), fstat(3) Visit the GSP FreeBSD Man Page Interface. |