libdom
Loading...
Searching...
No Matches
include
dom
inttypes.h
Go to the documentation of this file.
1
/*
2
* This file is part of libdom.
3
* Licensed under the MIT License,
4
* http://www.opensource.org/licenses/mit-license.php
5
* Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
6
*/
7
8
#ifndef dom_inttypes_h_
9
#define dom_inttypes_h_
10
11
#include <stdint.h>
12
16
typedef
int16_t
dom_short
;
17
21
typedef
uint16_t
dom_ushort
;
22
26
typedef
int32_t
dom_long
;
27
31
typedef
uint32_t
dom_ulong
;
32
33
#endif
dom_short
int16_t dom_short
Definition
inttypes.h:16
dom_long
int32_t dom_long
Definition
inttypes.h:26
dom_ulong
uint32_t dom_ulong
Definition
inttypes.h:31
dom_ushort
uint16_t dom_ushort
Definition
inttypes.h:21
Generated on Sat Oct 19 2024 20:08:27 for libdom by
1.10.0