X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_general.c;fp=cbits%2Fhelper_apr_general.c;h=a823f11fdcc6bc9da4906f9dba726fef0447ff86;hp=0000000000000000000000000000000000000000;hb=61960a60b7ab0707d6c7af7a97ce3eee61778fe1;hpb=01c3e8477bab59fb6f6c23fcf98c4b7a1709e3f1 diff --git a/cbits/helper_apr_general.c b/cbits/helper_apr_general.c new file mode 100644 index 0000000..a823f11 --- /dev/null +++ b/cbits/helper_apr_general.c @@ -0,0 +1,11 @@ +#include +#include + +BC_INLINE2(strcasecmp , const char*, const char*, int) +BC_INLINE3(strncasecmp, const char*, const char*, size_t, int) + +BC_INLINE2(APR_ALIGN, apr_uint64_t, apr_uint64_t, apr_uint64_t) +BC_INLINE1(APR_ALIGN_DEFAULT, apr_uint64_t, apr_uint64_t) + +BC_INLINE3(memmove, void*, const void*, size_t, void*) +BC_INLINE3(memchr , const void*, int, size_t, void*)