15 lines
236 B
C
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
|