z505/goDLL

DLL with parameters

Opened this issue · 0 comments

When try to export as in godll.c
PrintHello(GoString p1);
goDLL.c: In function 'dummy':
goDLL.c:6:13: error: expected expression before 'GoString'
6 | PrintHello(GoString p1);
| ^~~~~~~~