0c2478ee67abb38b817106a876899803fa458771
[c11tester.git] / snapshot-interface.h
1 #ifndef __SNAPINTERFACE_H
2 #define __SNAPINTERFACE_H
3 #include "snapshot.h"
4 #include "mymemory.h"
5 #include <vector>
6 #include <utility>
7 #include <string>
8 typedef std::basic_string< char, std::char_traits< char >, MyAlloc< char > > MyString;
9 namespace snapshot_utils{
10         std::vector< std::pair< void *, size_t >, MyAlloc< std::pair< void *, size_t > > > ReturnGlobalSegmentsToSnapshot();
11 };
12 #endif