nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS
NMETest.h
Go to the documentation of this file.
00001 
00008 /* License: new BSD license (see NME.h) */
00009 
00010 #ifndef __NMETest__
00011 #define __NMETest__
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 #include "NME.h"
00018 
00019 enum
00020 {
00021     kNMEErrSuperfluousEndTag = kNMEErr1stUser,
00022     kNMEErrBadNesting,
00023     kNMEErrMissingEndTag
00024 };
00025 
00031 extern NMEOutputFormat const NMEOutputFormatTest;
00032 
00039 NMEErr NMETest(NMEConstText output, NMEInt outputLength, NMEInt *lineNumber);
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif
00044 
00045 #endif
Generated by Doxygen.
Copyright 2007-2013, Yves Piguet.
All rights reserved.