From 5e240bdab90c45f935e7d2b33181de13295e7e6b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 2 Mar 2019 21:20:33 +0100 Subject: Add string, variable and number. Fix identifier match against const and var --- include/std/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/std/types.h') diff --git a/include/std/types.h b/include/std/types.h index 68e2d0f..a8a44fd 100644 --- a/include/std/types.h +++ b/include/std/types.h @@ -17,4 +17,7 @@ typedef uint64_t u64; typedef ptrdiff_t isize; typedef size_t usize; +typedef float f32; +typedef double f64; + #endif -- cgit v1.2.3