17%
This commit is contained in:
parent
2ea871a21c
commit
6bb7453906
@ -23,7 +23,7 @@ struct car* add_car(struct car* first,const char* target) {
|
|||||||
this->next = newcar;
|
this->next = newcar;
|
||||||
}
|
}
|
||||||
strcpy(newcar->value, target);
|
strcpy(newcar->value, target);
|
||||||
return NULL;
|
return first;
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_train(struct car* first) {
|
void print_train(struct car* first) {
|
||||||
|
Loading…
Reference in New Issue
Block a user