comparison lua/luadyncall/src/dyntype.h @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0cfcc391201f
1 #ifndef DYNTYPE_H
2 #define DYNTYPE_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 #include "stddef.h"
9
10 size_t dtSize (const char* signature);
11 size_t dtAlign (const char* signature);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif /* DYNTYPE_H */
18