From 013b7f659985b540e549599ed2e17adb9c81d858 Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 25 May 2026 04:13:07 +0000 Subject: frosty telling me one thing that fixes the entire codebase maybe this should just be his project --- include/files.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/files.h (limited to 'include/files.h') diff --git a/include/files.h b/include/files.h new file mode 100644 index 0000000..af00cbb --- /dev/null +++ b/include/files.h @@ -0,0 +1,4 @@ +#ifndef FILES +#define FILES +const char *get_filename_ext(const char *filename); +#endif -- cgit v1.2.3