PetscStrArrayallocpy#
Allocates space to hold a copy of an array of strings then copies the strings
Synopsis#
#include "petscsys.h"   
PetscErrorCode PetscStrArrayallocpy(const char *const *list, char ***t)
Not Collective; No Fortran Support
Input Parameter#
- list - pointer to array of strings (final string is a - NULL)
Output Parameter#
- t - the copied array string 
Note#
Use PetscStrArrayDestroy() to free the memory.
See Also#
PetscStrallocpy(), PetscStrArrayDestroy(), PetscStrNArrayallocpy()
Level#
intermediate
Location#
Examples#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages