aboutsummaryrefslogtreecommitdiff
path: root/include/files.h
blob: af00cbb8a0673d93d12366923adf064d8f041594 (plain)
1
2
3
4
#ifndef FILES
#define FILES
const char *get_filename_ext(const char *filename);
#endif