X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/fbbe6f07bc8720030541b7319acb02c9233cd622..31dc8788f9711670917daaa5cc544d0d87ec3afc:/hypercache_test.cpp diff --git a/hypercache_test.cpp b/hypercache_test.cpp new file mode 100644 index 0000000..388ab0a --- /dev/null +++ b/hypercache_test.cpp @@ -0,0 +1,16 @@ +#include "hypercache.h" + +#include + +using namespace std; + +int main() { + char *test; + char *test2; + + hypercache::initO("hallo", 100, 10, "", &test, sizeof(int), CACHE_MODE_READ); + + hypercache::addPara("kappa", 1); + + hypercache::readO(); +}