#include "toys.h" #include int dirname_main(void) { puts(dirname(toys.optargs[0])); return 0; }