8
Gitea CTest Workflow / test (push) Waiting to run

This commit is contained in:
2026-06-25 14:21:11 +08:00
parent 7d45cb5978
commit 5f803ed09f
3 changed files with 159 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2026-06-25
#ifndef INC_8_H
#define INC_8_H
#ifdef __cplusplus
extern "C"
{
#endif
int myAtoi(char *s);
#ifdef __cplusplus
}
#endif
#endif // INC_8_H