Update cv4/a_train.c

This commit is contained in:
Yurii Yakovenko 2024-10-24 21:04:39 +00:00
parent 8897fa16b1
commit 6918bd4763

View File

@ -3,12 +3,6 @@
struct car
{
char value[SIZE]; // Cieľová stanica
struct car* next; // Ďaľší záznam, môže byť NULL
};
struct car* add_car(struct car* first,const char* target) struct car* add_car(struct car* first,const char* target)
{ {
struct car* ret=first; struct car* ret=first;