9 lines
129 B
C
9 lines
129 B
C
#ifndef FILES_H_
|
|
#define FILES_H_
|
|
|
|
#include "types.h"
|
|
|
|
const char* hi_file_to_str_dyn(const char *filename);
|
|
|
|
#endif // FILES_H_
|