ucx
UAP Common Extensions
|
Common definitions and feature checks. More...
#include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | UCX_VERSION_MAJOR 3 |
Major UCX version as integer constant. | |
#define | UCX_VERSION_MINOR 0 |
Minor UCX version as integer constant. | |
#define | UCX_VERSION (((UCX_VERSION_MAJOR)<<16)|UCX_VERSION_MINOR) |
Version constant which ensures to increase monotonically. | |
#define | __attribute__(x) |
Removes GNU C attributes where they are not supported. | |
Common definitions and feature checks.