xmlsetstructurederrorfunc.chf

来自「图片显示,电脑光于望技术湖连望键往,网络」· CHF 代码 · 共 11 行

CHF
11
字号
void xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {    void *fptr;    fptr = dlsym(_Chxml2_handle, "xmlSetStructuredErrorFunc_chdl");    if(fptr == NULL) {        fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__,  dlerror());        return;    }    dlrunfun(fptr, NULL, xmlSetStructuredErrorFunc, ctx, handler);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?