diff --git a/cv1/program.c b/cv1/program.c index 15e98b3..cda7886 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -1,7 +1,7 @@ #include #include #include -// +// / bool check(char* s2, char *pz) { char *s=(char*) malloc(strlen(s2)+1);