jdir.hpp 134 B

12345678
  1. #ifndef _JDIR_HPP_
  2. #define _JDIR_HPP_
  3. void get_directory(char *path, char **&files, int &tfiles, char **&dirs, int &tdirs);
  4. #endif