32#define GET_TOKEN(start, end) \
35 while (fc_isspace(*start)) { \
39 for (end = start; *end != '\0' && !fc_isspace(*end) && *end != ','; \
bool has_capability(const char *cap, const char *capstr)
static bool fc_has_capability(const char *cap, const char *capstr, const size_t cap_len) fc__attribute((nonnull(1
#define GET_TOKEN(start, end)
bool has_capabilities(const char *us, const char *them)
#define fc_assert(condition)
#define fc_strncmp(_s1_, _s2_, _len_)