392
This commit is contained in:
12
include/solution/392.h
Normal file
12
include/solution/392.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef INC_392_H
|
||||
#define INC_392_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
bool isSubsequence(char *s, char *t);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user