shm/include/shm.h
2025-07-22 15:16:40 +08:00

5 lines
81 B
C++

#pragma region
bool shm_write(const std::string& data);
std::string shm_read();