]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr_general.c
C string macros should be treated as global arrays.
[bindings-apr.git] / cbits / helper_apr_general.c
1 #include <bindings.cmacros.h>
2 #include <apr_general.h>
3
4 BC_INLINE2(strcasecmp , const char*, const char*, int)
5 BC_INLINE3(strncasecmp, const char*, const char*, size_t, int)
6
7 BC_INLINE2(APR_ALIGN, apr_uint64_t, apr_uint64_t, apr_uint64_t)
8 BC_INLINE1(APR_ALIGN_DEFAULT, apr_uint64_t, apr_uint64_t)
9
10 BC_INLINE3(memmove, void*, const void*, size_t, void*)
11 BC_INLINE3(memchr , const void*, int, size_t, void*)