dhcpd-pools
3.0
ISC dhcpd lease usage analyser
Main Page
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
+
Variables
_
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
x
+
Variables
a
c
d
e
f
g
i
l
m
n
o
p
q
s
x
+
Typedefs
_
c
d
g
m
r
s
v
w
Enumerations
+
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
lib
_Noreturn.h
Go to the documentation of this file.
1
#if !defined _Noreturn && __STDC_VERSION__ < 201112
2
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
3
|| 0x5110 <= __SUNPRO_C)
4
# define _Noreturn __attribute__ ((__noreturn__))
5
# elif 1200 <= _MSC_VER
6
# define _Noreturn __declspec (noreturn)
7
# else
8
# define _Noreturn
9
# endif
10
#endif
Generated on Wed Nov 15 2017 12:55:24 for dhcpd-pools by
1.8.13