strcpy

Module: ecereCOM

char * strcpy(char *, const char *)

Description

Copy a string to pre-allocated memory

Parameters

  char *  (null) 
  const char *  (null) 
 
Return Value char *