aFuntool.h 583 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * 文件名: tool.h
  3. * 目标: aFun tool公共API
  4. * aFunTool是aFun实用工具库, 内含aFun调用的实用函数
  5. */
  6. #ifndef AFUN_AFUNTOOL_H
  7. #define AFUN_AFUNTOOL_H
  8. #include "macro.h"
  9. #include "tool-type.h"
  10. #include "aFunToolExport.h"
  11. #include "tool-exception.h"
  12. #include "tool-stdio.h"
  13. #include "tool-exit.h"
  14. #include "byte.h"
  15. #include "dlc.h"
  16. #include "directory.h"
  17. #include "encoding.h"
  18. #include "file.h"
  19. #include "hash.h"
  20. #include "md5.h"
  21. #include "path.h"
  22. #include "tool-regex.h"
  23. #include "str.h"
  24. #include "tool-time.h"
  25. #include "log.h"
  26. #endif //AFUN_AFUNTOOL_H