#ifndef INC_392_H #define INC_392_H #ifdef __cplusplus extern "C" { #endif #include bool isSubsequence(char *s, char *t); #ifdef __cplusplus } #endif #endif