Function TVMFFIEnvModRegisterSystemLibSymbol#
Defined in File c_env_api.h
Function Documentation#
-
int TVMFFIEnvModRegisterSystemLibSymbol(const char *name, void *symbol)#
Register a symbol that will be initialized when a system library is loaded.
- Parameters:
name – The name of the symbol.
symbol – The symbol to register.
- Returns:
0 when success, nonzero when failure happens