X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_time.c;fp=cbits%2Fhelper_apr_time.c;h=9c22ba6f5167c9c987fb0206924e579c8220f132;hp=0000000000000000000000000000000000000000;hb=01c3e8477bab59fb6f6c23fcf98c4b7a1709e3f1;hpb=eea1d259f1beb325e569fd01b48ef3ab14db1897 diff --git a/cbits/helper_apr_time.c b/cbits/helper_apr_time.c new file mode 100644 index 0000000..9c22ba6 --- /dev/null +++ b/cbits/helper_apr_time.c @@ -0,0 +1,9 @@ +#include +#include + +BC_INLINE1(apr_time_sec , apr_time_t, apr_time_t) +BC_INLINE1(apr_time_usec, apr_time_t, apr_time_t) +BC_INLINE1(apr_time_msec, apr_time_t, apr_time_t) +BC_INLINE1(apr_time_as_msec , apr_time_t, apr_time_t) +BC_INLINE1(apr_time_from_sec, apr_time_t, apr_time_t) +BC_INLINE2(apr_time_make, apr_time_t, apr_time_t, apr_time_t)