1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-09 22:08:40 +01:00
libcproject/test/array_list_test.h
2023-01-07 19:40:16 +01:00

7 lines
89 B
C

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