PetscStrcat#

Concatenates a string onto a given string

Synopsis#

static inline PetscErrorCode PetscStrcat(char s[], const char t[])

Not Collective, No Fortran Support

Input Parameters#

  • s - string to be added to

  • t - pointer to string to be added to end

Notes#

It is recommended you use PetscStrlcat() instead of this routine.

See Also#

PetscStrcpy(), PetscStrncpy(), PetscStrlcat()

Level#

intermediate

Location#

include/petscstring.h

Examples#

src/ts/tutorials/ex18.c.html


Edit on GitLab

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages