
cp(3)                  C LIBRARY FUNCTIONS                  cp(3)

NAME
     cp() - copy a file

SYNOPSIS
     int cp(string src, string dst);

DESCRIPTION
     Copies the file <src> to the file <dst>.

RETURN VALUE
     Returns 1 for success, returns a negative value in  case  of
     failure.

SEE ALSO
     rm(3), rmdir(3), cat(3), rename(3).

Sun Release 4.1           Last change:                          1

