summaryrefslogtreecommitdiff
path: root/include/parserutils/types.h
blob: a4bd9b3b29efa965dfcab97386c643a3d25f6166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * This file is part of LibParserUtils.
 * Licensed under the MIT License,
 *                http://www.opensource.org/licenses/mit-license.php
 * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
 */

#ifndef parserutils_types_h_
#define parserutils_types_h_

#ifdef __cplusplus
extern "C"
{
#endif

#include <stdbool.h>
#include <inttypes.h>

#ifdef __cplusplus
}
#endif

#endif