|
libsqsh v1.5.2
|
#include <stdbool.h>#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | SQSH_STATIC_ASSERT(cond) _Static_assert(cond, #cond) |
| Static assert. | |
| #define | SQSH_NO_UNUSED __attribute__((warn_unused_result)) |
| Warn if return value is unused. | |
| #define | SQSH_NO_EXPORT __attribute__((visibility("hidden"))) |
| Do not export symbol. | |
Typedefs | |
| typedef size_t | sqsh_index_t |
| typedef used for indexing | |
Definition in file sqsh_common.h.
| #define SQSH_NO_EXPORT __attribute__((visibility("hidden"))) |
Do not export symbol.
Definition at line 64 of file sqsh_common.h.
| #define SQSH_NO_UNUSED __attribute__((warn_unused_result)) |
Warn if return value is unused.
Definition at line 59 of file sqsh_common.h.
| #define SQSH_STATIC_ASSERT | ( | cond | ) | _Static_assert(cond, #cond) |
| typedef size_t sqsh_index_t |
typedef used for indexing
Definition at line 69 of file sqsh_common.h.