:orphan: # PetscStrNArrayallocpy Allocates space to hold a copy of an array of strings then copies the strings ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscStrNArrayallocpy(PetscInt n, const char *const *list, char ***t) ``` Not Collective; No Fortran Support ## Input Parameters - ***n -*** the number of string entries - ***s -*** pointer to array of strings ## Output Parameter - ***t -*** the copied array string ## See Also `PetscStrallocpy()`, `PetscStrArrayallocpy()`, `PetscStrNArrayDestroy()` ## Level intermediate ## 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)