Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file. Forked from https://github.com/ooxi/xml.c
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #!/bin/bash
- ./test-xml-c
- ./test-xml-cpp
- valgrind --tool=memcheck --leak-check=full --track-origins=yes -v ./test-xml-c
- valgrind --tool=memcheck --leak-check=full --track-origins=yes -v ./test-xml-cpp
|