OAR

RTEMS GNU Tools On-Line Library


strcpy

PREV UP NEXT Bookshelf

4.16: strcpy---copy string

Synopsis

#include <string.h>
char *strcpy(char *dst, const char *src);

Description
strcpy copies the string pointed to by src (including the terminating null character) to the array pointed to by dst.


Returns
This function returns the initial value of dst.


Portability
strcpy is ANSI C.

strcpy requires no supporting OS subroutines.



PREV UP NEXT Bookshelf

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.