MessagePack for C
Main Page
Modules
+
Classes
Class List
+
Class Members
+
All
a
b
c
d
e
f
h
i
k
m
o
p
r
s
t
u
v
z
+
Variables
a
b
c
d
e
f
h
i
k
m
o
p
r
s
t
u
v
z
+
Files
File List
+
File Members
+
All
_
a
c
d
i
l
m
n
o
p
r
s
t
u
w
+
Functions
_
a
i
m
s
w
Variables
Typedefs
Enumerations
+
Enumerator
m
+
Macros
_
a
m
n
p
s
u
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
include
msgpack
pack_define.h
Go to the documentation of this file.
1
/*
2
* MessagePack unpacking routine template
3
*
4
* Copyright (C) 2008-2010 FURUHASHI Sadayuki
5
*
6
* Distributed under the Boost Software License, Version 1.0.
7
* (See accompanying file LICENSE_1_0.txt or copy at
8
* http://www.boost.org/LICENSE_1_0.txt)
9
*/
10
#ifndef MSGPACK_PACK_DEFINE_H
11
#define MSGPACK_PACK_DEFINE_H
12
13
#include "
msgpack/sysdep.h
"
14
#include <limits.h>
15
#include <string.h>
16
17
#endif
/* msgpack/pack_define.h */
18
sysdep.h
Generated by
1.8.13