Library portability helper definitions.
Definition in file portability.h.
#include <cstdint>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | P1_CONSTEXPR_FUNC inline |
#define | P1_EXPORT |
#define | P1_HAVE_MULTILINE_CONSTEXPR_FUNC (__cplusplus >= 201402L) |
#define | P1_HIDDEN |
Typedefs | |
typedef ssize_t | p1_ssize_t |
#define P1_CONSTEXPR_FUNC inline |
Definition at line 59 of file portability.h.
#define P1_EXPORT |
Definition at line 34 of file portability.h.
#define P1_HAVE_MULTILINE_CONSTEXPR_FUNC (__cplusplus >= 201402L) |
Definition at line 52 of file portability.h.
#define P1_HIDDEN |
Definition at line 35 of file portability.h.
typedef ssize_t p1_ssize_t |
Definition at line 45 of file portability.h.