| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5e433fd commit d926ddc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,16 +62,17 @@ FFI signatures use string type names. | |||
| 62 | 62 | Supported type names: | |
| 63 | 63 | ||
| 64 | 64 | * `void` | |
| 65 | + * `char` | ||
| 65 | 66 | * `i8`, `int8` | |
| 66 | - * `u8`, `uint8`, `bool`, `char` | ||
| 67 | + * `u8`, `uint8`, `bool` | ||
| 67 | 68 | * `i16`, `int16` | |
| 68 | 69 | * `u16`, `uint16` | |
| 69 | 70 | * `i32`, `int32` | |
| 70 | 71 | * `u32`, `uint32` | |
| 71 | 72 | * `i64`, `int64` | |
| 72 | 73 | * `u64`, `uint64` | |
| 73 | - * `f32`, `float` | ||
| 74 | - * `f64`, `double` | ||
| 74 | + * `f32`, `float`, `float32` | ||
| 75 | + * `f64`, `double`, `float64` | ||
| 75 | 76 | * `pointer`, `ptr` | |
| 76 | 77 | * `string`, `str` | |
| 77 | 78 | * `buffer` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments