Update cv4/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-16 08:19:08 +00:00
parent a03ab1977c
commit a2caf1ce26

View File

@ -1 +1,18 @@
////////@@@@@@@@@@
#include "a_train.h"
#include <stdio.h>
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;
}