mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
uint#_t
This commit is contained in:
@@ -32,4 +32,9 @@
|
||||
typedef long int64_t, int64m_t;
|
||||
typedef unsigned long u_int64_t, u_int64m_t;
|
||||
|
||||
typedef u_int8_t uint8_t;
|
||||
typedef u_int16_t uint16_t;
|
||||
typedef u_int32_t uint32_t;
|
||||
typedef u_int64_t uint64_t;
|
||||
|
||||
#endif /* __BIT_TYPES_DEFINED__ */
|
||||
|
Reference in New Issue
Block a user