]> gitweb @ CieloNegro.org - bindings-apr.git/blobdiff - cbits/helper_apr_general.c
more bindings
[bindings-apr.git] / cbits / helper_apr_general.c
diff --git a/cbits/helper_apr_general.c b/cbits/helper_apr_general.c
new file mode 100644 (file)
index 0000000..a823f11
--- /dev/null
@@ -0,0 +1,11 @@
+#include <bindings.cmacros.h>
+#include <apr_general.h>
+
+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*)