From d1f9b84e6926e1f0f1259ec79091873fd221cf01 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 21 Aug 2016 16:59:22 +0200 Subject: Adding test file with different test suites (as well as examples). This should hopefully make it easier to understand the API :) --- lib/dyn_utils.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/dyn_utils.c (limited to 'lib/dyn_utils.c') diff --git a/lib/dyn_utils.c b/lib/dyn_utils.c new file mode 100644 index 0000000..81e6d1d --- /dev/null +++ b/lib/dyn_utils.c @@ -0,0 +1,6 @@ +#include + +const char *rdb_error_getmsg(dt_err *e) +{ + +} \ No newline at end of file -- cgit v1.2.3