repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bugfix (fdctl is not used)
[vde.git]
/
vde-2
/
utils
/
open_memstream.h
blob
ec9ba7904670e38fe4213845c864ac7b3c6f2874
1
2
#ifndef __OPEN_MEMSTREAM_H__
3
#define __OPEN_MEMSTREAM_H__
4
5
FILE
*
open_memstream
(
char
**
ptr
,
size_t
*
sizeloc
);
6
7
#endif