tcc_add_symbol

Add a symbol to the compiled program

extern (C) nothrow @nogc pure
int
tcc_add_symbol
(
scope TCCState* s
,
scope const char* name
,
scope const void* val
)

Meta