This commit is contained in:
2025-11-06 01:00:40 +08:00
parent 24cbbcccc4
commit f945901c18
4 changed files with 300 additions and 2 deletions
+5 -2
View File
@@ -21,6 +21,11 @@
#include <stdlib.h>
#endif /*INCLUDED_STDLIB_H*/
#ifndef INCLUDED_STDIO_H
#define INCLUDED_STDIO_H
#include <stdio.h>
#endif /*INCLUDED_STDIO_H*/
#ifndef INCLUDED_TIME_H
#define INCLUDED_TIME_H
#include <time.h>
@@ -52,8 +57,6 @@
#endif /*INCLUDED_INTTYPES_H*/
/* -------------------------------------------------------------------------------------------------------------- */
/* */