file utility
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#include "types.h"
|
||||
|
||||
#ifndef FILE_H
|
||||
#define FILE_H
|
||||
|
||||
File read_file(char *path);
|
||||
|
||||
bool should_update_file(File *file);
|
||||
|
||||
void update_file(File *file);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user