Scroll to navigation

STRCOPY(3) Library Functions Manual STRCOPY(3)

NAME

strcopy - copy strings

SYNOPSIS

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)