24#ifndef _NETSURF_UTILS_STRING_H_
25#define _NETSURF_UTILS_STRING_H_
nserror
Enumeration of error codes.
char * cnv_space2nbsp(const char *s)
Converts NUL terminated UTF-8 encoded string s containing zero or more spaces (char 32) or TABs (char...
nserror vsnstrjoin(char **str, size_t *size, char sep, size_t nelm, va_list ap)
Generate a string from one or more component elements separated with a single value.
char * squash_whitespace(const char *s)
Replace consecutive whitespace with a single space.
char * human_friendly_bytesize(unsigned long long int bytesize)
Create a human readable representation of a size in bytes.
nserror snstrjoin(char **str, size_t *size, char sep, size_t nelm,...)
Generate a string from one or more component elements separated with a single value.