13 lines
173 B
C
13 lines
173 B
C
#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
|