test/map_tests.h

Thu, 05 Jan 2012 14:53:54 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 05 Jan 2012 14:53:54 +0100
changeset 20
db7d9860dbbd
child 29
bce0d7f2912b
permissions
-rw-r--r--

added some map functions

     1 /* 
     2  *
     3  */
     5 #ifndef MAP_TESTS_H
     6 #define	MAP_TESTS_H
     8 #include "ucx/map.h"
    10 #ifdef	__cplusplus
    11 extern "C" {
    12 #endif
    14 int map_tests();
    17 #ifdef	__cplusplus
    18 }
    19 #endif
    21 #endif	/* MAP_TESTS_H */

mercurial