@@ -0,0 +1,15 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user