X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr.c;fp=cbits%2Fhelper_apr.c;h=b80cbafbea490b6082d5d4de77826b430bee5c42;hp=0000000000000000000000000000000000000000;hb=58fc1c964bbb127a91a885339b6abe3ab6e67fef;hpb=a00e288af730f68c4296368ecf8b413c6e569395 diff --git a/cbits/helper_apr.c b/cbits/helper_apr.c new file mode 100644 index 0000000..b80cbaf --- /dev/null +++ b/cbits/helper_apr.c @@ -0,0 +1,13 @@ +#include +#include + +BC_GLOBALARRAY(APR_SSIZE_T_FMT , char) +BC_GLOBALARRAY(APR_SIZE_T_FMT , char) +BC_GLOBALARRAY(APR_OFF_T_FMT , char) +BC_GLOBALARRAY(APR_PID_T_FMT , char) +BC_GLOBALARRAY(APR_INT64_T_FMT , char) +BC_GLOBALARRAY(APR_UINT64_T_FMT , char) +BC_GLOBALARRAY(APR_UINT64_T_HEX_FMT, char) + +BC_GLOBALARRAY(APR_EOL_STR , char) +BC_GLOBALARRAY(APR_DSOPATH , char)