18 ATTR_MALLOC ATTR_RETNONNULL ATTR_ALLOCSZ((1));
27 ATTR_RETNONNULL ATTR_ALLOCSZ((2));
47DECLEXPORT
char *
IB_joinstr(
const char *delim,
char **strings)
48 ATTR_MALLOC ATTR_NONNULL((1));
Common preprocessor declarations for libircbot.
void * IB_xmalloc(size_t size)
Allocate memory.
char * IB_copystr(const char *src)
Copy a string.
char * IB_joinstr(const char *delim, char **strings)
Join an array of strings in a single one.
void * IB_xrealloc(void *ptr, size_t size)
Reallocate memory.
char * IB_lowerstr(const char *src)
Convert string to lowercase.