12345678910111213141516171819202122232425262728293031 |
- /*
- * 文件名: tool.h
- * 目标: aFun tool公共API
- * aFunTool是aFun实用工具库, 内含aFun调用的实用函数
- */
- #ifndef AFUN_AFUNTOOL_H
- #define AFUN_AFUNTOOL_H
- #include "tool_macro.h"
- #include "tool.h"
- #include "aFunToolExport.h"
- #include "tool_exception.h"
- #include "tool_stdio.h"
- #include "tool_exit.h"
- #include "tool_byte.h"
- #include "tool_dlc.h"
- #include "tool_directory.h"
- #include "tool_encoding.h"
- #include "tool_file.h"
- #include "tool_hash.h"
- #include "tool_md5.h"
- #include "tool_path.h"
- #include "tool_regex.h"
- #include "tool_str.h"
- #include "tool_time.h"
- #include "tool_log.h"
- #endif //AFUN_AFUNTOOL_H
|