fehQlibs 26
Qlibs
|
Go to the source code of this file.
Data Structures | |
struct | constmap |
Typedefs | |
typedef unsigned long | constmap_hash |
Functions | |
int | constmap_init (struct constmap *, char *, int, int) |
int | constmap_init_char (struct constmap *, char *, int, int, char) |
void | constmap_free (struct constmap *) |
char * | constmap (struct constmap *, char *, int) |
typedef unsigned long constmap_hash |
Definition at line 4 of file constmap.h.
void constmap_free | ( | struct constmap * | cm | ) |
int constmap_init | ( | struct constmap * | cm, |
char * | s, | ||
int | len, | ||
int | flagcolon | ||
) |
int constmap_init_char | ( | struct constmap * | cm, |
char * | s, | ||
int | len, | ||
int | flagcolon, | ||
char | flagchar | ||
) |