Update cv1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-01 19:08:14 +00:00
parent 570d9ec039
commit 2422f297f6

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <ctype.h>
#include <stdbool.h>
//
// /
bool check(char* s2, char *pz)
{
char *s=(char*) malloc(strlen(s2)+1);