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

This commit is contained in:
2026-06-25 21:00:50 +08:00
parent f9ac8111cc
commit 576970541c
3 changed files with 165 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2026-06-25
#ifndef INC_22_H
#define INC_22_H
#ifdef __cplusplus
extern "C"
{
#endif
char **generateParenthesis(int n, int *returnSize);
#ifdef __cplusplus
}
#endif
#endif // INC_22_H