mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
16 lines
223 B
C
16 lines
223 B
C
/**
|
|
* @file libipc/shm.h
|
|
* @author mutouyun (orz@orzz.org)
|
|
* @brief Define the shared memory access interface
|
|
* @date 2022-04-17
|
|
*/
|
|
#pragma once
|
|
|
|
#include "libipc/def.h"
|
|
|
|
LIBIPC_NAMESPACE_BEG_
|
|
|
|
|
|
|
|
LIBIPC_NAMESPACE_END_
|