33 #ifndef WFIO_INTEGER_H 34 #define WFIO_INTEGER_H 37 #include <wfcnfo/int.h> 81 #ifdef WFCNFO_HAVE_INTN_DEFS_ 82 typedef wfcnfo_sint8_t wfio_sint8_t;
83 typedef wfcnfo_uint8_t wfio_uint8_t;
84 typedef wfcnfo_sint16_t wfio_sint16_t;
85 typedef wfcnfo_uint16_t wfio_uint16_t;
86 typedef wfcnfo_sint32_t wfio_sint32_t;
87 typedef wfcnfo_uint32_t wfio_uint32_t;
88 typedef wfcnfo_sint64_t wfio_sint64_t;
89 typedef wfcnfo_uint64_t wfio_uint64_t;
90 #define WFIO_HAVE_INTDEF_ 93 #include <wfio/bits/intdef.h> 96 #ifdef WFCNFO_HAVE_INTN_LITS_ 97 #define WFIO_SINT8_LIT(X) WFCNFO_SINT8_LIT(X) 98 #define WFIO_UINT8_LIT(X) WFCNFO_UINT8_LIT(X) 99 #define WFIO_SINT16_LIT(X) WFCNFO_SINT16_LIT(X) 100 #define WFIO_UINT16_LIT(X) WFCNFO_UINT16_LIT(X) 101 #define WFIO_SINT32_LIT(X) WFCNFO_SINT32_LIT(X) 102 #define WFIO_UINT32_LIT(X) WFCNFO_UINT32_LIT(X) 103 #define WFIO_SINT64_LIT(X) WFCNFO_SINT64_LIT(X) 104 #define WFIO_UINT64_LIT(X) WFCNFO_UINT64_LIT(X) The root namespace for WFIO.
Definition: bin.h:879
::wfio_uint32_t uint32_t
Definition: integer.h:128
#define WFIO_C_BEGIN
Definition: host.h:477
::wfio_uint16_t uint16_t
Definition: integer.h:122
::wfio_uint64_t uint64_t
Definition: integer.h:134
::wfio_sint32_t sint32_t
Definition: integer.h:125
Host environment detection.
::wfio_sint8_t sint8_t
Definition: integer.h:113
::wfio_sint16_t sint16_t
Definition: integer.h:119
#define WFIO_C_END
Definition: host.h:485
::wfio_sint64_t sint64_t
Definition: integer.h:131
::wfio_uint8_t uint8_t
Definition: integer.h:116