test/list_tests.h

Sat, 14 Jan 2012 13:07:18 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 14 Jan 2012 13:07:18 +0100
changeset 21
d599fefc7620
parent 19
cdd7a3173249
child 27
22644e2572bc
permissions
-rw-r--r--

merge

     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();
    18 #ifdef	__cplusplus
    19 }
    20 #endif
    22 #endif	/* LIST_TESTS_H */

mercurial