mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04: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…
x
Reference in New Issue
Block a user