swappy/include/file.h
2019-12-29 16:48:13 -05:00

6 lines
130 B
C

#pragma once
bool folder_exists(const char *path);
bool file_exists(const char *path);
char *file_dump_stdin_into_a_temp_file();