PetscConcat6#
Concatenate six preprocessor tokens after expansion
Synopsis#
#include <petscmacros.h>
<macro-expansion> PetscConcat6(a, b, c, d, e, f)
No Fortran Support
Input Parameters#
a - first token
b - second token
c - third token
d - fourth token
e - fifth token
f - sixth token
Note#
Like PetscConcat() but for six arguments. Used internally to build identifier names that mix several macro arguments, for example version-stamped silence macros for deprecation warnings.
See Also#
PetscConcat(), PetscStringize(), PetscExpand()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages