intmap.h

Go to the documentation of this file.
00001 #ifndef INTMAP_H
00002 #define INTMAP_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008   extern unsigned int intmap_create();
00009   extern void intmap_put(unsigned int, int, int);
00010   extern int intmap_get(unsigned int, int);
00011   extern int intmap_has(unsigned int, int);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016 
00017 #endif // INTMAP_H

Generated on Wed Apr 5 20:57:45 2006 for Sesame by  doxygen 1.4.6