# PetscIntStackPush This function pushes an integer on the stack. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscIntStackPush(PetscIntStack stack, int item) ``` Not Collective ## Input Parameters - ***stack -*** The stack - ***item -*** The integer to push ## See Also `PetscIntStackCreate()`, `PetscIntStackDestroy()`, `PetscIntStackEmpty()`, `PetscIntStackPop()`, `PetscIntStackTop()` ## Level developer ## Location src/sys/logging/utils/stack.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/logging/utils/stack.c) [Index of all Profiling routines](index.md) [Table of Contents for all manual pages](/docs/manualpages/index.md) [Index of all manual pages](/docs/manualpages/singleindex.md)