:orphan: # PetscStrcat Concatenates a string onto a given string ## Synopsis ``` #include "petscsys.h" 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 (since 3.18.5) ## Notes It is recommended you use `PetscStrlcat()` instead of this routine. ## See Also `PetscStrlcat()` ## Level deprecated ## Location src/sys/utils/str.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/utils/str.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)