diff --git a/cv4/a_train.c b/cv4/a_train.c new file mode 100644 index 0000000..3ecfbc8 --- /dev/null +++ b/cv4/a_train.c @@ -0,0 +1,18 @@ +#include "a_train.h" +#include + +struct car* add_car(struct car* first,const char* target) { + return NULL; +} + +void print_train(struct car* first) { +} + +void cancel_train(struct car* first) { +} + + +struct car* clear_train(struct car* first, const char* target) { + return NULL; +} +