Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
quote.h File Reference

TODO: insert short description here. More...

Go to the source code of this file.

Functions

size_t xml_quoted_strlen (char const *val)
 Returns the length of the string after quoting the characters "&<>.
 
char * xml_quote_strdup (char const *src)
 

Detailed Description

TODO: insert short description here.

Definition in file quote.h.

Function Documentation

◆ xml_quote_strdup()

char * xml_quote_strdup ( char const *  src)

◆ xml_quoted_strlen()

size_t xml_quoted_strlen ( char const *  val)

Returns the length of the string after quoting the characters "&<>.

Definition at line 18 of file quote.cpp.

References len.

Referenced by XmlQuoteTest::testXmlQuotedStrlen(), and xml_quote_strdup().