diff -r 59f147baea31 -r 22644e2572bc test/main.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/main.h Sat Feb 18 18:36:30 2012 +0100 @@ -0,0 +1,25 @@ +/* + * File: main.h + * Author: Mike + * + * Created on 18. Februar 2012, 18:33 + */ + +#ifndef MAIN_H +#define MAIN_H + +#ifdef __cplusplus +extern "C" { +#endif + +/* Some functions that are shared over the test */ +int cmp_string(void*, void*, void*); +void* copy_string(void*, void*); + + +#ifdef __cplusplus +} +#endif + +#endif /* MAIN_H */ +