#include "petsc.h" int PetscStrncat(char s[],const char t[],int n)Not Collective
Level:intermediate
Location:src/sys/src/utils/str.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages
s | - pointer to string to be added to end | |
t | - string to be added to | |
n | - maximum length to copy |