1 Star 0 Fork 0

周忠辉/FastMmapMQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.c 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
luisvmf 提交于 2019-02-05 14:42 . Update
#include "cmodule.c"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void main(void){
int mapid=createmmap("testmmapidb","rwx------");
int mapidhjkc=createmmap("testmmapbe","rwx------");
int mapidb=connectmmap("test","testmmapidb");
char *foundmaps[20];
writemmap(mapid,"aaab");
writemmap(mapid,"aaab");
printf("%s\n",readmmap(mapidb,1));
writemmap(mapid,"aaac");
printf("%s\n",readmmap(mapidb,1));
writesharedstring(mapid,"shared string");
printf("%s\n",getsharedstring(mapidb));
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou_zhonghui/FastMmapMQ.git
git@gitee.com:zhou_zhonghui/FastMmapMQ.git
zhou_zhonghui
FastMmapMQ
FastMmapMQ
master

搜索帮助