mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
cgo: implement char type
This type is a bit more difficult because it can be signed or unsigned depending on the target platform.
This commit is contained in:
committed by
Ron Evans
parent
b2e96fc35a
commit
9c46ac4eed
Vendored
+1
@@ -36,6 +36,7 @@ extern double globalDouble;
|
||||
extern _Complex float globalComplexFloat;
|
||||
extern _Complex double globalComplexDouble;
|
||||
extern _Complex double globalComplexLongDouble;
|
||||
extern char globalChar;
|
||||
extern collection_t globalStruct;
|
||||
extern int globalStructSize;
|
||||
extern short globalArray[3];
|
||||
|
||||
Reference in New Issue
Block a user