cgen: add definitions of any_float and any_int types to cheader

pull/5003/head
Uwe Krüger 2020-05-24 11:28:25 +02:00 committed by GitHub
parent c95a1138ba
commit c4fbae3edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;