mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: add definitions of any_float and any_int types to cheader
This commit is contained in:
parent
c95a1138ba
commit
c4fbae3edc
@ -372,6 +372,8 @@ typedef uint8_t byte;
|
||||
typedef uint32_t rune;
|
||||
typedef float f32;
|
||||
typedef double f64;
|
||||
typedef int64_t any_int;
|
||||
typedef double any_float;
|
||||
typedef unsigned char* byteptr;
|
||||
typedef void* voidptr;
|
||||
typedef char* charptr;
|
||||
|
Loading…
Reference in New Issue
Block a user