21#ifndef LIBDPKG_C_CTYPE_H
22#define LIBDPKG_C_CTYPE_H
30#define C_CTYPE_BIT(bit) (1 << (bit))
125 return (c_isupper(c) ?
C_CTYPE_LOWER
Definition c-ctype.h:37
C_CTYPE_WHITE
Definition c-ctype.h:34
C_CTYPE_DIGIT
Definition c-ctype.h:38
C_CTYPE_SPACE
Definition c-ctype.h:35
C_CTYPE_BLANK
Definition c-ctype.h:33
bool c_isbits(int c, enum c_ctype_bit bits)
Check if the character is bits ctype.
Definition c-ctype.c:183
C_CTYPE_ALNUM
Definition c-ctype.h:41
#define C_CTYPE_BIT(bit)
Definition c-ctype.h:30
C_CTYPE_UPPER
Definition c-ctype.h:36
C_CTYPE_ALPHA
Definition c-ctype.h:40
enum DPKG_ATTR_ENUM_FLAGS c_ctype_bit
Definition c-ctype.h:32
#define DPKG_ATTR_ENUM_FLAGS
Definition macros.h:149
#define DPKG_BEGIN_DECLS
Definition macros.h:164
#define DPKG_END_DECLS
Definition macros.h:165
#define DPKG_STATIC_CAST(type, expr)
Cast an expression to a given type that works on C or C++.
Definition macros.h:195