libcrbn/parser/parser.hpp

00001 
00002 #ifndef __crbn_file_format_parser_h__
00003 #define __crbn_file_format_parser_h__
00004 
00005 #include <stdio.h>
00006 
00007 #include "../context.h"
00008 
00009 bool parser( FILE* fp, crbn_context_t* ctx );
00010 
00011 #endif // __crbn_file_format_parser_h__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0