9 lines
98 B
C
9 lines
98 B
C
/*
|
|
* varray_test.c - 测试文件
|
|
*/
|
|
|
|
int main(int argc, char const* argv[])
|
|
{
|
|
|
|
return 0;
|
|
}
|