@@ -11,8 +11,8 @@
#include "aFunToolExport.h"
#include "tool-exception.h"
-#include "stdio_.h"
-#include "exit_.h"
+#include "tool-stdio.h"
+#include "tool-exit.h"
#include "byte.h"
#include "dlc.h"
#include "file.h"
@@ -21,7 +21,7 @@
#include "path.h"
#include "tool-regex.h"
#include "str.h"
-#include "time_.h"
+#include "tool-time.h"
#include "log.h"
#endif //AFUN_AFUNTOOL_H
@@ -3,7 +3,7 @@
#include <cstdlib>
#include "tool-logger.h"
/* 取代calloc函数 */
@@ -65,6 +65,6 @@ namespace aFuntool {
#endif
-#include "stdio_.inline.h"
+#include "tool-stdio.inline.h"
#endif //AFUN_STDIO_H
@@ -1,7 +1,7 @@
#ifndef AFUN_STDIO_INLINE_H
#define AFUN_STDIO_INLINE_H
namespace aFuntool {
static bool clear_ferror(FILE *file) {
@@ -1,5 +1,5 @@
#include "tool.h"
#include "mutex"
@@ -13,7 +13,7 @@
#ifdef aFunWIN32_NO_CYGWIN
#ifdef _MSC_VER
@@ -19,11 +19,11 @@
#include "log-macro.h"
#ifdef aFunWIN32
@@ -6,7 +6,7 @@
#include <cstdio>
#include "tool.h"
/* 注意:
@@ -5,8 +5,8 @@
#include <ctime>