公告板
版本库
filestore
活动
搜索
登录
valib
/
cppShmqueue
Cpp版本的共享内存队列库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
conflict
wangzhengquan
2020-05-25
0ae05b9d9caadd03190ecdaae204529be9cc9c66
[valib/cppShmqueue.git]
/
test
/
test1.c
1
2
3
4
5
6
7
8
9
10
#include <common.h>
int main() {
//int a = 1;
//CAS(a, 1, 2);
//err_msg(2, "hello");
unsigned int i = 0;
while(i > 0) {
std::cout << "bug" << std::endl;
}
}