view 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
line wrap: on
line source

#ifndef DYNTYPE_H
#define DYNTYPE_H

#ifdef __cplusplus
extern "C" {
#endif

#include "stddef.h"

size_t     dtSize       (const char* signature);
size_t     dtAlign      (const char* signature);

#ifdef __cplusplus
}
#endif

#endif /* DYNTYPE_H */