diff options
author | Strake <devnull@localhost> | 2013-07-12 18:10:52 -0500 |
---|---|---|
committer | Strake <devnull@localhost> | 2013-07-12 18:10:52 -0500 |
commit | e999ca008416e3d41c1079bcb4d151b43c95dc3a (patch) | |
tree | 3402d83e94af49e67e287831ba829ccbb1ec67f6 /lib/lib.h | |
parent | 19ee0eb865a674c8c11dc8e89ef5e1498a27b087 (diff) | |
download | toybox-e999ca008416e3d41c1079bcb4d151b43c95dc3a.tar.gz |
add grep
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -192,3 +192,7 @@ char* make_human_readable(unsigned long long size, unsigned long unit); // cut helper functions unsigned long get_int_value(const char *numstr, unsigned lowrange, unsigned highrange); + +// grep helper functions +char *astrcat (char *, char *); +char *xastrcat (char *, char *); |