DECL_FUNC_STDCALL  370 ext/dl/cfunc.c             DECL_FUNC_STDCALL(f,void,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  379 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,void*,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  389 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,char,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  399 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,short,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  409 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,int,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  419 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,long,DLSTACK_PROTO##n) = cfunc->ptr; \
DECL_FUNC_STDCALL  430 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,LONG_LONG,DLSTACK_PROTO) = cfunc->ptr; \
DECL_FUNC_STDCALL  441 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,float,DLSTACK_PROTO) = cfunc->ptr; \
DECL_FUNC_STDCALL  451 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,double,DLSTACK_PROTO) = cfunc->ptr; \