#include <ctype.h>
#include <stddef.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned | ellipsis‿if_case‿base |
typedef enum ellipsis‿if_case | ellipsis‿if_case |
Enumerations | |
enum | : size_t { ellipsis‿if_case‿max_intern = 4 } |
enum | ellipsis‿if_case : ellipsis‿if_case‿base { ellipsis‿if_case‿open = 1 , ellipsis‿if_case‿maybe = 2 , ellipsis‿if_case‿else = 4 , ellipsis‿if_case‿endif = 8 } |
An enumeration type ellipsis‿if_case with the underlying integer type ellipsis‿if_case‿base . More... | |
Functions | |
char const * | ellipsis‿if_case‿getname (size_t __LOC_ID_0_1) |
Return the name of the enumeration constant of type ellipsis‿if_case at position n , if any. | |
Variables | |
char const *const *const | ellipsis‿if_case‿names |
An array with the names of the constants of type ellipsis‿if_case . | |
static char const *const | ellipsis‿if_case‿namesbuf_intern [ellipsis‿if_case‿max_intern] |
An auxiliary enumeration type that handles the progress of #if
directives.
typedef unsigned ellipsis‿if_case‿base |
typedef enum ellipsis‿if_case ellipsis‿if_case |
An enumeration type ellipsis‿if_case
with the underlying integer type ellipsis‿if_case‿base
.
|
inline |
Return the name of the enumeration constant of type ellipsis‿if_case
at position n
, if any.
Beware that this is not necessarily the value of the enumeration constant.
References ellipsis‿if_case‿max_intern, and ellipsis‿if_case‿names.
Referenced by ellipsis‿if_case‿_Once‿init‿user().
|
extern |
An array with the names of the constants of type ellipsis‿if_case
.
Referenced by ellipsis‿if_case‿getname().
|
static |