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
1.5.6