21 lines
536 B
C
21 lines
536 B
C
![]() |
/* libCStreamedXML/src/libCStreamedXMLlibCStreamedXML/TopSource.c
|
||
|
*
|
||
|
* (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||
|
* Released under the GNU GPLv2. See file COPYING or
|
||
|
* http://www.gnu.org/copyleft/gpl.html for details.
|
||
|
*/
|
||
|
|
||
|
#include "StreamedXML.h"
|
||
|
|
||
|
// Below are all the includes used throughout the library.
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
//#define DEBUG_STATE_MACHINE
|
||
|
|
||
|
/* options for text editors
|
||
|
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||
|
vim: expandtab:ts=4:sw=4
|
||
|
*/
|