clibs
Tiny but handy utility libraries for C
|
Basic input and output for C. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
char * | stream_read_all (FILE *fp) |
Read all the content of fp into C string. More... | |
Basic input and output for C.
char* stream_read_all | ( | FILE * | fp | ) |
Read all the content of fp into C string.
fp | a i/o stream |