7 lines
85 B
C
7 lines
85 B
C
#ifndef TEST_ARRAY_LIST_H
|
|
#define TEST_ARRAY_LIST_H
|
|
|
|
void test_array_list();
|
|
|
|
#endif
|