libbb.h now includes ../busybox.h. This way, files in libbb that have
[oweals/busybox.git] / libbb / read_text_file_to_buffer.c
2001-04-15 Glenn L McGrathRead a FILE* till an empty line or eof and return it...