mylibrary/c/cirbuff/cirbuff_test.c

9 lines
99 B
C

/*
* cirbuff_test.c - 测试文件
*/
int main(int argc, char const* argv[])
{
return 0;
}