index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libbb
/
read_text_file_to_buffer.c
Age
Commit message (
Collapse
)
Author
2001-04-15
Read a FILE* till an empty line or eof and return it as a char buffer.
Glenn L McGrath
In future maybe add char *end_str to interface to allow calling function to specify end point.