PetscStrncat

Concatenates a string onto a given string, up to a given length

Synopsis

#include "petsc.h"   
int PetscStrncat(char s[],const char t[],int n)
Not Collective

Input Parameters

See Also

PetscStrcpy(), PetscStrncpy(), PetscStrcat()

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