/** * @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_