www.delorie.com/djgpp/doc/libc-2.01/libc_597.html   search  
Go to the first, previous, next, last section, table of contents.


stpcpy

Syntax

#include <string.h>

char *stpcpy(char *_dest, const char *_src);

Description

Like strcpy (see section strcpy), but return value different.

Return Value

Returns a pointer to the trailing NUL in dest.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997