公告板
版本库
filestore
活动
搜索
登录
valib
/
cppShmqueue
Cpp版本的共享内存队列库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
wangzhengquan
2020-05-25
ff31a5b78ebe4b4348ed7fd572941b23a87414c2
[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;
}
}