clibs
Tiny but handy utility libraries for C
Main Page
Related Pages
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
i
m
n
p
r
s
t
u
Functions
Typedefs
+
Macros
a
c
d
e
f
i
m
n
p
r
s
t
u
•
All
Files
Functions
Typedefs
Macros
Pages
cio.h
Go to the documentation of this file.
1
6
#ifndef CLIBS_CIO_H
7
#define CLIBS_CIO_H
8
9
#include <stdio.h>
10
16
char
*
stream_read_all
(FILE *fp);
17
18
#endif
/* CLIBS_CIO_H */
stream_read_all
char * stream_read_all(FILE *fp)
Read all the content of fp into C string.
Definition:
cio.c:18
Generated by
1.8.13