From 893c216b889f260378fb21a7f576c061f7ff2248 Mon Sep 17 00:00:00 2001 From: mikeos Date: Sat, 13 Oct 2012 23:20:14 +0400 Subject: initial --- xwrap.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xwrap.h (limited to 'xwrap.h') diff --git a/xwrap.h b/xwrap.h new file mode 100644 index 0000000..ee50cd5 --- /dev/null +++ b/xwrap.h @@ -0,0 +1,17 @@ +#ifndef XWRAP_H +#define XWRAP_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include + +void *xmalloc(size_t size); +char *xstrdup(const char *s); + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3-70-g09d2