公告板
版本库
filestore
活动
搜索
登录
valib
/
c_bhomebus
shm的c++通讯库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first
wangzhengquan
2020-07-06
b5f793b46a8baf51bfd8ac678de1895a9479817e
[valib/c_bhomebus.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;
}
}