1
0

show_file_info.h 104 B

123456
  1. #ifndef show_file_info_H
  2. #define show_file_info_H
  3. void show_file_info( char *, struct stat *);
  4. #endif