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-8 John-Mark Bell <jmb@netsurf-browser.org> 00006 */ 00007 00008 #ifndef parserutils_functypes_h_ 00009 #define parserutils_functypes_h_ 00010 00011 #ifdef __cplusplus 00012 extern "C" 00013 { 00014 #endif 00015 00016 #include <stdbool.h> 00017 #include <stdint.h> 00018 #include <stdlib.h> 00019 00020 #include <parserutils/types.h> 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif 00027
1.5.6