# PetscFunctionListView
prints out contents of an PetscFunctionList 
## Synopsis
```
#include "petscsys.h" 
PetscErrorCode PetscFunctionListView(PetscFunctionList list, PetscViewer viewer)
```
Collective over viewer


## Input Parameters

- ***list -*** the list of functions
- ***viewer -*** currently ignored





## See Also
 `PetscFunctionListAdd()`, `PetscFunctionListPrintTypes()`, `PetscFunctionList`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/dll/reg.c.html#PetscFunctionListView">src/sys/dll/reg.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/dll/reg.c)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
