From eb6481256b057024bdab3dc0b497f5a25975d9be Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sun, 3 Sep 2023 14:56:49 +0800 Subject: [PATCH] Rename to xy.h --- chsrc.h | 3 +-- helper.h => xy.h | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) rename helper.h => xy.h (97%) diff --git a/chsrc.h b/chsrc.h index 4719b00..5ecfefe 100644 --- a/chsrc.h +++ b/chsrc.h @@ -9,8 +9,7 @@ * chsrc.c 头文件 * -------------------------------------------------------------*/ -#include -#include "helper.h" +#include "xy.h" typedef struct { const char* abbr; diff --git a/helper.h b/xy.h similarity index 97% rename from helper.h rename to xy.h index f35c4f4..2d734e8 100644 --- a/helper.h +++ b/xy.h @@ -1,17 +1,18 @@ /* -------------------------------------------------------------- -* File : helper.h +* File : xy.h * Authors : Aoran Zeng * Created on : <2023-08-28> -* Last modified : <2023-08-31> +* Last modified : <2023-09-03> * -* helper: +* xy: * -* helper functions and macros +* Xiangyang or Xianyang or something else * -------------------------------------------------------------*/ #ifndef XY_H #define XY_H +#include #include #include #include @@ -63,7 +64,7 @@ static bool xy_on_bsds = true; // set xy_os_devnull - + #define xy_useutf8() #endif