symbol_struct_addField

Add a field to a struct s. Input: s the struct symbol name field name t the type of the field offset offset of the field

version(COMPILE)
extern (C++) nothrow @safe @trusted
void
symbol_struct_addField
(,
const(char)* name
,
type* t
,
uint offset
)
Suggestion Box / Bug Report