libxml / injectable_functions /xmlmodule_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlModuleSymbol",
"function_signature": "int xmlModuleSymbol(xmlModule *module, const char *name, void **symbol)",
"test_filename": "tests_xmlmodule_xmlModuleSymbol.c"
},
{
"function_name": "xmlModuleClose",
"function_signature": "int xmlModuleClose(xmlModule *module)",
"test_filename": "tests_xmlmodule_xmlModuleClose.c"
}
]