aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sys.h
blob: 2527724b7bfb4ad242d9c002d34bae29f09799fb (plain)
1
2
3
4
5
6
7
#ifndef DUCC_SYS_H
#define DUCC_SYS_H

// It returns a path not including final / except for root directory.
char* get_self_dir();

#endif