2022-04-17 11:42:04 +08:00

17 lines
247 B
C

/**
* @file mmap.h
* @author mutouyun (orz@orzz.org)
* @brief Define the methods of memory-mapped file I/O
* @date 2022-04-17
*/
#pragma once
#include "libipc/def.h"
#include "libipc/result.h"
LIBIPC_NAMESPACE_BEG_
LIBIPC_NAMESPACE_END_