:orphan: # PetscExpandToNothing Expands to absolutely nothing ## Synopsis ``` #include void PetscExpandToNothing(...) ``` No Fortran Support ## Input Parameter - ***__VA_ARGS__ -*** Anything at all ## Note Must have at least 1 parameter. ## Example usage ```none PetscExpandToNothing(a,b,c) -> *nothing* ``` ## See Also `PetscConcat()`, `PetscDefined()`, `PetscStringize()`, `PetscExpand()` ## Level beginner ## Location include/petscmacros.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscmacros.h) [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)