We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<ctype.h>
1 parent c3e24ee commit d97365eCopy full SHA for d97365e
lib/xy.h
@@ -9,7 +9,7 @@
9
* | Mikachu2333 <[email protected]>
10
* |
11
* Created On : <2023-08-28>
12
- * Last Modified : <2025-08-07>
+ * Last Modified : <2025-08-09>
13
*
14
* xy: 襄阳、咸阳
15
* Corss-Platform C11 utilities for CLI applications in mixed
@@ -19,7 +19,7 @@
19
#ifndef XY_H
20
#define XY_H
21
22
-#define _XY_Version "v0.1.5.3-2025/08/07"
+#define _XY_Version "v0.1.5.4-2025/08/09"
23
#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
24
#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
25
@@ -32,6 +32,7 @@
32
#endif
33
34
#include <assert.h>
35
+#include <ctype.h>
36
#include <stdarg.h>
37
#include <stdbool.h>
38
#include <stddef.h>
0 commit comments