strncpy

Module: ecereCOM

char * strncpy(char *, const char *, n)

Description

Copy a string to pre-allocated memory with a maximum number of characters

Parameters

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