LibC: Add non standard types/values used by ports
This commit is contained in:
@@ -185,6 +185,14 @@ __BEGIN_DECLS
|
||||
|
||||
#ifdef __need_all_types
|
||||
#include <stdint.h>
|
||||
|
||||
typedef short bits16_t;
|
||||
typedef unsigned short u_bits16_t;
|
||||
typedef int bits32_t;
|
||||
typedef unsigned int u_bits32_t;
|
||||
typedef char* bits64_t;
|
||||
typedef unsigned int u_int;
|
||||
typedef unsigned long u_long;
|
||||
#endif
|
||||
|
||||
#undef __need_all_types
|
||||
|
||||
Reference in New Issue
Block a user