mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
8 lines
143 B
C
8 lines
143 B
C
/**
|
|
* @file shm.h
|
|
* @author mutouyun (orz@orzz.org)
|
|
* @brief Define the shared memory access interface
|
|
* @date 2022-04-03
|
|
*/
|
|
#pragma once
|