Definition:
file *ap_pfdopen(struct pool *p, int fd, const char *fmode);
Usage example:
No examples available.
Opens a stream (similar to fdopen), but ensures the stream is closed when p is destroyed.
Returns a new stream pointer, or NULL on error.
Previous: ap_pfclose
Next: ap_pfopen
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)