diff options
Diffstat (limited to 'include/files.h')
| -rw-r--r-- | include/files.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
