#ifndef __RT_FILE_H__ #define __RT_FILE_H__ extern int rt_file_exsit(const char *); extern int rt_dir_exsit (const char *realpath); #endif