Subversion Repositories mdb

Rev

Rev 22 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 30
Line 30... Line 30...
30
char *char_replace(char *in, char needle, char by);
30
char *char_replace(char *in, char needle, char by);
31
int isnumeric(char *str);
31
int isnumeric(char *str);
32
char *secondsToString(double seconds, char *buf);
32
char *secondsToString(double seconds, char *buf);
33
long random_at_most (long max);
33
long random_at_most (long max);
34
char *str2hash(const char *str, int length);
34
char *str2hash(const char *str, int length);
-
 
35
char *strsplitt(char *str, char tok);
35
 
36
 
36
#endif
37
#endif