test/list_tests.h

Sat, 31 Dec 2011 18:57:30 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 18:57:30 +0100
changeset 9
013c5c4b7e44
child 12
fe50a85e69e7
permissions
-rw-r--r--

Added dlist tests

olaf@9 1 /*
olaf@9 2 * File: list_tests.h
olaf@9 3 * Author: olaf
olaf@9 4 *
olaf@9 5 * Created on 31. Dezember 2011, 18:07
olaf@9 6 */
olaf@9 7
olaf@9 8 #ifndef LIST_TESTS_H
olaf@9 9 #define LIST_TESTS_H
olaf@9 10
olaf@9 11 #ifdef __cplusplus
olaf@9 12 extern "C" {
olaf@9 13 #endif
olaf@9 14
olaf@9 15 int list_tests();
olaf@9 16
olaf@9 17
olaf@9 18 #ifdef __cplusplus
olaf@9 19 }
olaf@9 20 #endif
olaf@9 21
olaf@9 22 #endif /* LIST_TESTS_H */
olaf@9 23

mercurial