- add strrchr

This commit is contained in:
Bernhard Reutner-Fischer
2008-05-28 14:19:27 +00:00
parent 5de8a13b08
commit 17282292c2
3 changed files with 22 additions and 0 deletions

View File

@ -244,6 +244,7 @@ extern void chomp(char *s);
extern void trim(char *s);
extern char *skip_whitespace(const char *);
extern char *skip_non_whitespace(const char *);
extern char *strrstr(const char *haystack, const char *needle);
//TODO: supply a pointer to char[11] buffer (avoid statics)?
extern const char *bb_mode_string(mode_t mode);