]> gitweb @ CieloNegro.org - bindings-apr.git/blob - cbits/helper_apr_lib.c
C string macros should be treated as global arrays.
[bindings-apr.git] / cbits / helper_apr_lib.c
1 #include <bindings.cmacros.h>
2 #include <apr_lib.h>
3 #include <signal.h>
4
5 BC_INLINE2(apr_killpg, pid_t, int, int)
6
7 BC_INLINE1(apr_isalnum , int, int)
8 BC_INLINE1(apr_isalpha , int, int)
9 BC_INLINE1(apr_isdigit , int, int)
10 BC_INLINE1(apr_isgraph , int, int)
11 BC_INLINE1(apr_islower , int, int)
12 BC_INLINE1(apr_isascii , int, int)
13 BC_INLINE1(apr_isprint , int, int)
14 BC_INLINE1(apr_ispunct , int, int)
15 BC_INLINE1(apr_isspace , int, int)
16 BC_INLINE1(apr_isupper , int, int)
17 BC_INLINE1(apr_isxdigit, int, int)
18 BC_INLINE1(apr_tolower , int, int)
19 BC_INLINE1(apr_toupper , int, int)