:orphan:
# PetscExpandToNothing
Expands to absolutely nothing 
## Synopsis
```
#include <petscmacros.h>
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
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscmacros.h.html#PetscExpandToNothing">include/petscmacros.h</A>


---
[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)  
