57%
This commit is contained in:
parent
a078a4f429
commit
31a5eceba5
@ -28,10 +28,10 @@ struct car* add_car(struct car* first,const char* target) {
|
|||||||
|
|
||||||
void print_train(struct car* first) {
|
void print_train(struct car* first) {
|
||||||
struct car* this=first;
|
struct car* this=first;
|
||||||
while(this->next!=NULL){
|
/* while(this->next!=NULL){
|
||||||
printf("%s",this->value);
|
printf("%s",this->value);
|
||||||
this=this->next;
|
this=this->next;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void cancel_train(struct car* first) {
|
void cancel_train(struct car* first) {
|
||||||
|
Loading…
Reference in New Issue
Block a user