furnace/src/fileutils.h

8 lines
122 B
C
Raw Normal View History

#ifndef _FILEUTILS_H
#define _FILEUTILS_H
#include <stdio.h>
FILE* ps_fopen(const char* path, const char* mode);
#endif