Base/platform/exports/librr/fs/quick.h

11 lines
186 B
C
Raw Normal View History

2024-01-01 18:24:55 +00:00
#ifndef RR_FS_QUICK_H
#define RR_FS_QUICK_H
#include <librr/types.h>
usz_t rr_get_file_length(const char *path);
void * rr_load_whole_file(const char *path);
#endif // RR_FS_QUICK_H