1 2 3 4 5 6 7
#ifndef SEEN_XML_QUOTE_H #define SEEN_XML_QUOTE_H char *xml_quote_strdup(char const *src); #endif /* !SEEN_XML_QUOTE_H */