26 static bool endsWith(
const char *
const str,
const char *
const with);
static bool endsWith(const char *const str, const char *const with)
Checks if a string ends with another one.
Global type definitions and header inclusions.
static void writeStringArray(char **items, size_t count, StringBuffer *buf)
Write a list of strings as ' a,b,c' (leading space).
A buffer that will be expanded as content is added to it.
static void writeLinkedChar(const linked_char *list, StringBuffer *buf)
Write a list of strings as ' a,b,c' (leading space).