Make 'int' platform-dependent

Or rather, provide abstraction to make this feature easy to add in the
future.
This commit is contained in:
Ayke van Laethem
2018-04-13 00:14:16 +02:00
parent ea6ec58241
commit 7be746e2f3
3 changed files with 14 additions and 9 deletions
+1 -2
View File
@@ -8,5 +8,4 @@ typedef struct {
uint8_t buf[]; // variable size
} string_t;
void __go_printstring(string_t *str);
void __go_printnl();
typedef int32_t intgo_t; // may be 64-bit