DLSTACK_PROTO     272 ext/dl/cfunc.c             DECL_FUNC_CDECL(f,void,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     281 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,void*,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     291 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,char,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     301 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,short,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     311 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,int,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     321 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,long,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     332 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,LONG_LONG,DLSTACK_PROTO) = cfunc->ptr; \
DLSTACK_PROTO     343 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,float,DLSTACK_PROTO) = cfunc->ptr; \
DLSTACK_PROTO     353 ext/dl/cfunc.c 	    DECL_FUNC_CDECL(f,double,DLSTACK_PROTO) = cfunc->ptr; \
DLSTACK_PROTO     370 ext/dl/cfunc.c             DECL_FUNC_STDCALL(f,void,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     379 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,void*,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     389 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,char,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     399 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,short,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     409 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,int,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     419 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,long,DLSTACK_PROTO##n) = cfunc->ptr; \
DLSTACK_PROTO     430 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,LONG_LONG,DLSTACK_PROTO) = cfunc->ptr; \
DLSTACK_PROTO     441 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,float,DLSTACK_PROTO) = cfunc->ptr; \
DLSTACK_PROTO     451 ext/dl/cfunc.c 	    DECL_FUNC_STDCALL(f,double,DLSTACK_PROTO) = cfunc->ptr; \