1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-09-19 21:35:53 +02:00
libcproject/test/array_list_test.h

7 lines
89 B
C
Raw Normal View History

#ifndef __ARRAY_LIST_TEST__
#define __ARRAY_LIST_TEST__
void array_list_test();
#endif