6 * You may distribute and modify this library under the terms of either |
6 * You may distribute and modify this library under the terms of either |
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
8 */ |
8 */ |
9 |
9 |
10 #include <string.h> |
10 #include <string.h> |
11 #include <libtu/map.h> |
11 #include "map.h" |
12 |
12 |
13 |
13 |
14 int stringintmap_ndx(const StringIntMap *map, const char *str) |
14 int stringintmap_ndx(const StringIntMap *map, const char *str) |
15 { |
15 { |
16 int i; |
16 int i; |