struct(signature)
Instance Public methods
Creates a class to wrap the C struct described by
signature
.
MyStruct = struct ['int i', 'char c']
Creates a class to wrap the C struct described by
signature
.
MyStruct = struct ['int i', 'char c']
Please login to continue.