clibs
Tiny but handy utility libraries for C
Loading...
Searching...
No Matches
cio.h File Reference

Basic input and output for C. More...

#include <stdio.h>
Include dependency graph for cio.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.

Detailed Description

Basic input and output for C.

Author
ByteBard

Function Documentation

◆ stream_read_all()

char * stream_read_all ( FILE * fp)

Read all the content of fp into C string.

Parameters
fpa i/o stream
Returns
char *