mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-09 22:08:40 +01:00
886038a0ac
fixes #2
7 lines
89 B
C
7 lines
89 B
C
#ifndef __ARRAY_LIST_TEST__
|
|
#define __ARRAY_LIST_TEST__
|
|
|
|
void array_list_test();
|
|
|
|
#endif
|