C语言实现数组Array 数组定义 实现以下18个接口 完整头文件 完整源文件 main 测试文件 数组定义 typedef struct CArray { int *array; int size; } CArray; 实现以下18个接口 CArray *getCArray(int