mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-17 17:24:16 +08:00
Use C11
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
* | Mikachu2333 <mikachu.23333@zohomail.com>
|
||||
* |
|
||||
* Created On : <2023-08-28>
|
||||
* Last Modified : <2025-06-17>
|
||||
* Last Modified : <2025-06-18>
|
||||
*
|
||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#define Chsrc_Version "0.2.1.2-dev1"
|
||||
#define Chsrc_Release_Date "2025/06/16"
|
||||
#define Chsrc_Version "0.2.1.2-dev2"
|
||||
#define Chsrc_Release_Date "2025/06/18"
|
||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||
|
||||
|
||||
@@ -9,11 +9,19 @@
|
||||
* | Yangmoooo <yangmoooo@outlook.com>
|
||||
* |
|
||||
* Created On : <2023-08-29>
|
||||
* Last Modified : <2025-03-06>
|
||||
* Last Modified : <2025-06-18>
|
||||
*
|
||||
* chsrc framework
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
#if defined(__STDC__) && __STDC_VERSION__ < 201112L
|
||||
# error "chsrc requires C11 or later, please use a new compiler which at least supports C11"
|
||||
#endif
|
||||
|
||||
#if defined(__STDC__) && __STDC_VERSION__ < 201710L
|
||||
# warning "chsrc recommends a C17 or later compiler"
|
||||
#endif
|
||||
|
||||
#include "xy.h"
|
||||
#include "struct.h"
|
||||
#include "mirror.c"
|
||||
|
||||
Reference in New Issue
Block a user