projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8a53a
)
- add prototype for str_tolower()
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 10 Apr 2007 09:38:07 +0000
(09:38 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 10 Apr 2007 09:38:07 +0000
(09:38 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 8e3f4023ca325488a6b9bd11cc6d6c3005018e16..2cb914eda83cbba70bb699e22100590dcbf973e5 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-439,6
+439,8
@@
extern FILE *fopen_or_warn(const char *filename, const char *mode);
/* "Opens" stdin if filename is special, else just opens file: */
extern FILE *fopen_or_warn_stdin(const char *filename);
+/* Convert each alpha char in str to lower-case */
+extern char* str_tolower(char *str);
char *utoa(unsigned n);
char *itoa(int n);