shared-memory/main/main.cpp

6 lines
95 B
C++

#include "../src/SharedMemory.h"
int main() {
shared_memory_init();
//return main();
}