Sun, 15 Jan 2012 14:20:25 +0100
added ucx_list_remove
/* * 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 dlist_tests(); #ifdef __cplusplus } #endif #endif /* LIST_TESTS_H */