Files
leetcode/include/solution/3136.h
2025-07-15 19:06:57 +08:00

12 lines
162 B
C

#ifndef INC_3136_H
#define INC_3136_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdbool.h>
bool isValid(char *word);
#ifdef __cplusplus
}
#endif
#endif