Fri, 05 Oct 2012 11:52:53 +0200
map can now load values from file into pooled memory
use with care when using a decoder that also allocates memory
/* * 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 */