#include <stdlib.h> #include <string.h> void main () { char *a = "aaagggbbb" char *b = "ggg"; int n = проверить( b, a ); }