Autor | SHA1 | Zpráva | Datum |
---|---|---|---|
ooxi | 4ec6006b64 |
New easy xml interface
Squashed commit of the following: commit |
před 12 roky |
ooxi | a0f55c7c14 | Fixed possible memory corruption caused by off-by-one error in test case | před 12 roky |
ooxi | 029c514ed8 | Replaced manual array copy with memcpy | před 12 roky |
ooxi | a78e8db5b1 | Use stdbool.h instead of manually specifing true and false :-D | před 12 roky |
ooxi | 6489e62ff9 |
xml.c -- a tiny xml subset parser
Similar to the GLib Markup parser, which also just parses an xml subset, xml.c is a simple, small and self contained xml parser in one file. Ideal for embedding into other projects without the need for big external dependencies. |
před 12 roky |