a7b71a311d
Implemented the following calls according to http://pubs.opengroup.org/onlinepubs/7908799/xsh/libgen.h.html - char* basename(char*) - char* dirname(char*) Added test suit for the implemented calls. Issue: https://gitlab.redox-os.org/redox-os/relibc/issues/134