#include <stdio.h>#include <string.h>
Go to the source code of this file.
Enumerations | |
| enum | PIPES { READ_HANDLE, WRITE_HANDLE } |
Functions | |
| FILE * | fopen_compressed (const char *filename, const char *mode, bool *piped) |
| enum PIPES |
| Enumerator | |
|---|---|
| READ_HANDLE | |
| WRITE_HANDLE | |
Definition at line 41 of file fopen_compressed.cpp.
| FILE* fopen_compressed | ( | const char * | filename, |
| const char * | mode, | ||
| bool * | piped | ||
| ) |
Definition at line 331 of file fopen_compressed.cpp.