1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

introduced xmlStrPrintf function - wrapper for snprintf

This commit is contained in:
Aleksey Sanin
2003-10-02 20:05:27 +00:00
parent b2517d850d
commit e7acf431b8
3 changed files with 39 additions and 0 deletions

View File

@@ -851,6 +851,12 @@ XMLPUBFUN xmlChar * XMLCALL
const xmlChar *add,
int len);
XMLPUBFUN int XMLCALL
xmlStrPrintf (xmlChar *buf,
int len,
const xmlChar *msg,
...);
/*
* Basic parsing Interfaces
*/