#ifndef MYLS_H #define MYLS_H #include "constante.h" void printls(char*, char*); void printdir(char*, boolean, boolean); #endif