#ifndef TOYBOX_H #define TOYBOX_H char* home(); char* get_dir(char* HOME, char* DIR_ROOT, char* DIR_NAME); #endif