LibreOffice Module sal (master) 1
|
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | SAL_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) |
#define | SAL_STRINGIFY_ARG(x) #x |
#define | SAL_STRINGIFY(x) SAL_STRINGIFY_ARG(x) |
#define SAL_STRINGIFY | ( | x | ) | SAL_STRINGIFY_ARG(x) |