miller/c/dsls/lemon_string.h
2016-07-14 18:18:44 -04:00

11 lines
195 B
C

#ifndef LEMON_STRING_H
#define LEMON_STRING_H
int strhash(char *x);
char *Strsafe(char*);
void Strsafe_init();
int Strsafe_insert(char *);
char *Strsafe_find(char *);
#endif // LEMON_STRING_H