aboutsummaryrefslogtreecommitdiff
path: root/libbb/read_text_file_to_buffer.c
AgeCommit message (Collapse)Author
2001-04-15Read 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.