blob: a6c19a57e9d33b5f03a5ba5b2cb5b0b25bfa91b0 [file] [log] [blame]
#ifndef TH_MEMORY_FILE_INC
#define TH_MEMORY_FILE_INC
#include "THFile.h"
#include "THStorage.h"
TH_API THFile *THMemoryFile_newWithStorage(THCharStorage *storage, const char *mode);
TH_API THFile *THMemoryFile_new(const char *mode);
TH_API THCharStorage *THMemoryFile_storage(THFile *self);
#endif