myls.h 130 B

123456789
  1. #ifndef MYLS_H
  2. #define MYLS_H
  3. #include "constante.h"
  4. void printls(char*, char*);
  5. void printdir(char*, boolean, boolean);
  6. #endif