Subversion Repositories mdb

Rev

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

Rev 30 Rev 32
Line 31... Line 31...
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
char *strsplitt(char *str, char tok);
-
 
36
char *getFileExtension(const char *file);
36
 
37
 
37
#endif
38
#endif