8 lines
141 B
C
8 lines
141 B
C
#ifndef __RT_FILE_H__
|
|
#define __RT_FILE_H__
|
|
|
|
extern int rt_file_exsit(const char *);
|
|
extern int rt_dir_exsit (const char *realpath);
|
|
|
|
#endif
|