8 lines
115 B
C
8 lines
115 B
C
|
#ifndef __TEST_MY_ARRAY_H__
|
||
|
#define __TEST_MY_ARRAY_H__
|
||
|
|
||
|
#include "MyArray.h"
|
||
|
|
||
|
void test(); // 测试方法
|
||
|
|
||
|
#endif
|