src/include/smbios_c/config/suffix.h File Reference
#include <limits.h>
Go to the source code of this file.
Define Documentation
#define LIBSMBIOS_C_DO_JOIN |
( |
X, |
|
|
Y |
|
) |
LIBSMBIOS_C_DO_JOIN2(X,Y) |
#define LIBSMBIOS_C_DO_JOIN2 |
( |
X, |
|
|
Y |
|
) |
X##Y |
#define LIBSMBIOS_C_DO_STRINGIZE |
( |
X |
|
) |
#X |
#define LIBSMBIOS_C_JOIN |
( |
X, |
|
|
Y |
|
) |
LIBSMBIOS_C_DO_JOIN( X, Y ) |
#define LIBSMBIOS_C_PLATFORM "Unknown" |
#define LIBSMBIOS_C_STDLIB "Unknown ISO standard library" |
#define LIBSMBIOS_C_STRINGIZE |
( |
X |
|
) |
LIBSMBIOS_C_DO_STRINGIZE(X) |
#define LIBSMBIOS_C_UNREACHABLE_RETURN |
( |
x |
|
) |
|