Update cv3/program.c

This commit is contained in:
Marat Izmailov 2024-10-17 11:17:18 +00:00
parent 86cce8d6f9
commit b2f01528fb

View File

@ -106,7 +106,6 @@ void print_stack(struct stack* stack) {
printf("\n");
}
r
int is_number(const char* str) {
char* endptr;
strtod(str, &endptr);