universe@27: /* universe@27: * File: main.h universe@27: * Author: Mike universe@27: * universe@27: * Created on 18. Februar 2012, 18:33 universe@27: */ universe@27: universe@27: #ifndef MAIN_H universe@27: #define MAIN_H universe@27: universe@27: #ifdef __cplusplus universe@27: extern "C" { universe@27: #endif universe@27: universe@27: /* Some functions that are shared over the test */ universe@27: int cmp_string(void*, void*, void*); universe@27: void* copy_string(void*, void*); universe@27: universe@27: universe@27: #ifdef __cplusplus universe@27: } universe@27: #endif universe@27: universe@27: #endif /* MAIN_H */ universe@27: