]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr.c
C string macros should be treated as global arrays.
[bindings-apr.git] / cbits / helper_apr.c
1 #include <bindings.cmacros.h>
2 #include <apr.h>
3
4 BC_GLOBALARRAY(APR_SSIZE_T_FMT     , char)
5 BC_GLOBALARRAY(APR_SIZE_T_FMT      , char)
6 BC_GLOBALARRAY(APR_OFF_T_FMT       , char)
7 BC_GLOBALARRAY(APR_PID_T_FMT       , char)
8 BC_GLOBALARRAY(APR_INT64_T_FMT     , char)
9 BC_GLOBALARRAY(APR_UINT64_T_FMT    , char)
10 BC_GLOBALARRAY(APR_UINT64_T_HEX_FMT, char)
11
12 BC_GLOBALARRAY(APR_EOL_STR         , char)
13 BC_GLOBALARRAY(APR_DSOPATH         , char)