Files
leetcode/include/solution/22.h
T
cantyonion 576970541c
Gitea CTest Workflow / test (push) Waiting to run
22
2026-06-25 21:00:50 +08:00

15 lines
236 B
C

// 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