projects
/
vg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8340e9c
)
sized float types
author
hgn
<hgodden00@gmail.com>
Sat, 13 May 2023 02:11:52 +0000
(
03:11
+0100)
committer
hgn
<hgodden00@gmail.com>
Sat, 13 May 2023 02:11:52 +0000
(
03:11
+0100)
vg_stdint.h
patch
|
blob
|
history
diff --git
a/vg_stdint.h
b/vg_stdint.h
index fb1a62dde270f12d53a39e8f53a27bf4e4f56dfa..7a06fbe54d773440ee3f755f4e3d54e35f877027 100644
(file)
--- a/
vg_stdint.h
+++ b/
vg_stdint.h
@@
-11,5
+11,7
@@
typedef int8_t i8;
typedef int16_t i16;
typedef int32_t i32;
typedef int64_t i64;
+typedef float f32;
+typedef double f64;
#endif /* VG_STDINT_H */