This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-certstore/common/rt/include/rt_file.h
fengweihao 7192f437e5 * 修改编译方式为CMake
* 删除C++适配代码
* 修改编译告警
2019-11-05 11:38:40 +08:00

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