strncat

Module: ecereCOM

char * strncat(char *, const char *, n)

Description

Concatenate a string to another with maximum number of characters

Parameters

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