Files
leetcode/include/solution/10.h
T
cantyonion f9ac8111cc
Gitea CTest Workflow / test (push) Waiting to run
10
2026-06-25 20:53:46 +08:00

16 lines
237 B
C

// This file is generated by mkfile.py
// Date: 2026-06-25
#ifndef INC_10_H
#define INC_10_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdbool.h>
bool isMatch(char *s, char *p);
#ifdef __cplusplus
}
#endif
#endif // INC_10_H