#ifndef KMP_KMP_H #define KMP_KMP_H int create_lps(char *, int, int *); int *search_pattern(char *, char *, int *, int *, int *); #endif //KMP_KMP_H