Update cv4/a_train.c
This commit is contained in:
parent
8897fa16b1
commit
6918bd4763
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user