/*
7 * Krzysztof KosiĆski <tweenk.pl@gmail.com>
9 * Copyright (C) 2015 Authors
10 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
23 for (
char const *valp = val; *valp; ++valp) {
46 char *
result =
static_cast<char*
>(g_malloc(
len + 1));
49 for (
char const *srcp = src; *srcp; ++srcp) {
52 strcpy(resp,
""");
56 strcpy(resp,
"&");
char * xml_quote_strdup(char const *src)
size_t xml_quoted_strlen(char const *val)
Returns the length of the string after quoting the characters "&<>.
TODO: insert short description here.