This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/src/paths.c

8 lines
68 B
C
Raw Permalink Normal View History

2021-05-15 19:18:42 +02:00
#include "file_t.h"
char*
get_path()
{
return get_file (path);
}