pelib  2.0.0
src/string_integer.c
Go to the documentation of this file.
00001 #include <pelib/string_integer.h>
00002 
00003 // Now include the generic set implementation
00004 #define PAIR_KEY_T string
00005 #define PAIR_VALUE_T int
00006 #include "pelib/pair.c"
00007 
00008 #define ITERATOR_T pair_t(string, int)
00009 #include "pelib/iterator.c"
00010 
00011 // Now include the generic set implementation
00012 #define MAP_KEY_T string
00013 #define MAP_VALUE_T int
00014 #include "pelib/map.c"
00015