PetscExpandToNothing#

Expands to absolutely nothing at all

Synopsis#

#include <petscmacros.h>
void PetscExpandToNothing(...)

Input Parameter#

  • VA_ARGS - Anything at all

Notes#

Not available from Fortran, requires variadic macro support, definition is disabled by defining PETSC_SKIP_VARIADIC_MACROS.

Must have at least 1 parameter.

Example usage#

  PetscExpandToNothing(a,b,c) -> *nothing*

See Also#

PetscConcat(), PetscDefined(), PetscStringize(), PetscExpand()

Level#

beginner

Location#

include/petscmacros.h


Edit on GitLab

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages