Try to catch data races for memcpy
[c11tester.git] / snapshot.h
1 /** @file snapshot.h
2  *      @brief Snapshotting interface header file.
3  */
4
5 #ifndef _SNAPSHOT_H
6 #define _SNAPSHOT_H
7
8 #include "snapshot-interface.h"
9 #include "config.h"
10 #include "mymemory.h"
11
12 mspace create_shared_mspace();
13
14 #endif