PetscStrcpy
Copies a string
Synopsis
#include "petsc.h"
int PetscStrcpy(char s[],const char t[])
Not Collective
Input Parameters
s -pointer to string
Output Parameter
t -the copied string
Note
Null string returns a string starting with zero
See Also
PetscStrncpy(), PetscStrcat(), PetscStrncat()
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
Examples
src/sles/examples/tutorials/ex10.c.html
src/dm/ao/examples/tutorials/ex1.c.html