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

This commit is contained in:
2026-06-25 20:53:46 +08:00
parent 5f803ed09f
commit f9ac8111cc
3 changed files with 163 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
// This file is generated by mkfile.py
// Date: 2026-06-25
#ifndef INC_10_H
#define INC_10_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdbool.h>
bool isMatch(char *s, char *p);
#ifdef __cplusplus
}
#endif
#endif // INC_10_H