
Global variables (like functions) must be declared in the import "C" preamble and can then be used from Go.
3 строки
63 Б
C
3 строки
63 Б
C
typedef short myint;
|
|
int add(int a, int b);
|
|
extern int global;
|