xref: /titanic_41/usr/src/lib/libast/common/man/strcopy.3 (revision da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968)
.fp 5 CW .. .nr ;G \\n(.f .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9" \\*(;G .. .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" .. .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" .. .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" ..

0

..

..

STRCOPY 3
NAME
strcopy - copy strings
SYNOPSIS
.L "char* strcopy(char* a, char* b)"
DESCRIPTION
strcopy copies the nul-terminated string b into a . A pointer to the 0 character in a is returned.
"SEE ALSO"
strcpy(3)