22 #ifndef _FILESYS_TEMP_H_ 23 #define _FILESYS_TEMP_H_ 35 std::pair<std::string, FILE *>
open_temp_file (
const char *prefix,
const char *
mode=
"w",
int flags=0);
38 #endif //_FILESYS_TEMP_H_
static enum scanner_mode mode
std::pair< std::string, FILE * > open_temp_file(const char *prefix, const char *mode="w", int flags=0)
std::pair< std::string, int > open_temp_filedes(const char *prefix, int flags=0)