Added floating-point types and limits
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -13,4 +13,8 @@ typedef unsigned short int u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long long int u64;
|
||||
|
||||
// Floating-Point Numbers
|
||||
typedef float f32;
|
||||
typedef double f64;
|
||||
|
||||
#endif // EV_HEADERS_TYPES_H
|
||||
|
||||
Reference in New Issue
Block a user