types.h

Go to the documentation of this file.
00001 /*
00002  * This file is part of LibParserUtils.
00003  * Licensed under the MIT License,
00004  *                http://www.opensource.org/licenses/mit-license.php
00005  * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
00006  */
00007 
00008 #ifndef parserutils_types_h_
00009 #define parserutils_types_h_
00010 
00011 #ifdef __cplusplus
00012 extern "C"
00013 {
00014 #endif
00015 
00016 #include <stdbool.h>
00017 #include <inttypes.h>
00018 
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022 
00023 #endif
00024 

Generated on Wed Jul 29 11:59:20 2015 for Libparserutils by  doxygen 1.5.6