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