Sat, 31 Dec 2011 19:08:27 +0100
Added list tests
/* * File: list_tests.h * Author: olaf * * Created on 31. Dezember 2011, 18:07 */ #ifndef LIST_TESTS_H #define LIST_TESTS_H #ifdef __cplusplus extern "C" { #endif int list_tests(); #ifdef __cplusplus } #endif #endif /* LIST_TESTS_H */