test/list_tests.h

Sat, 31 Dec 2011 21:05:59 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 31 Dec 2011 21:05:59 +0100
changeset 13
98ac89e3aa37
parent 12
fe50a85e69e7
child 19
cdd7a3173249
permissions
-rw-r--r--

Added mempool

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

mercurial