furnace/src/fileutils.h
2022-01-20 05:04:03 -05:00

7 lines
122 B
C

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