Dillo
v3.2.0-10-gc247d95a
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
f
g
i
k
m
n
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
b
c
d
f
h
i
l
m
n
o
p
r
s
t
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
a
b
c
d
e
g
i
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
m
n
t
u
v
Enumerations
a
c
d
f
i
k
n
o
p
u
x
Enumerator
a
b
c
d
f
g
h
i
k
m
n
p
q
r
s
t
u
x
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
d_size.h
Go to the documentation of this file.
1
#ifndef __D_SIZE_H__
2
#define __D_SIZE_H__
3
4
5
#include "config.h"
6
7
#ifdef HAVE_STDINT_H
8
#include <stdint.h>
9
#else
10
#ifdef HAVE_INTTYPES_H
11
#include <inttypes.h>
12
#else
13
/* config.h defines {int,uint}*_t */
14
#endif
/* HAVE_INTTYPES_H */
15
#endif
/*HAVE_STDINT_H */
16
17
typedef
unsigned
char
uchar_t
;
18
typedef
unsigned
short
ushort_t
;
19
typedef
unsigned
long
ulong_t
;
20
typedef
unsigned
int
uint_t
;
21
typedef
unsigned
char
bool_t
;
22
23
24
#endif
/* __D_SIZE_H__ */
uchar_t
unsigned char uchar_t
Definition
d_size.h:17
uint_t
unsigned int uint_t
Definition
d_size.h:20
bool_t
unsigned char bool_t
Definition
d_size.h:21
ulong_t
unsigned long ulong_t
Definition
d_size.h:19
ushort_t
unsigned short ushort_t
Definition
d_size.h:18
d_size.h
Generated on Sun Mar 30 2025 01:42:33 for Dillo by
1.9.8