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