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

This commit is contained in:
2026-06-26 15:04:19 +08:00
parent 4e0f032e14
commit b63fdb775d
3 changed files with 157 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2026-06-26
#ifndef INC_32_H
#define INC_32_H
#ifdef __cplusplus
extern "C"
{
#endif
int longestValidParentheses(char *s);
#ifdef __cplusplus
}
#endif
#endif // INC_32_H