3 Star 12 Fork 3

纵使有花兼明月何堪无酒亦无人 / xukey

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shm.h 168 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __SHM_H
#define __SHM_H
struct shm {
void *addr;
size_t size;
};
int shm_alloc(struct shm *shm);
void shm_free(struct shm *shm);
#endif
C
1
https://gitee.com/xavier007/xukey.git
git@gitee.com:xavier007/xukey.git
xavier007
xukey
xukey
master

搜索帮助