[Gambas-user] external functions and struct
Demosthenes Koptsis
demosthenesk at gmail.com
Thu Jun 14 10:49:02 CEST 2018
i get an error with the following any help?
Public Struct Mallinfo
arena As Integer
ordblks As Integer
smblks As Integer
hblks As Integer
hblkhd As Integer
usmblks As Integer
fsmblks As Integer
uordblks As Integer
fordblks As Integer
keepcost As Integer
End Struct
'struct mallinfo mallinfo (void)
Public Extern mallinfo() As Struct Mallinfo
More information about the User
mailing list