.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)