Add cv4/a_train.c
This commit is contained in:
parent
5f39c24402
commit
520fcc7e44
18
cv4/a_train.c
Normal file
18
cv4/a_train.c
Normal file
@ -0,0 +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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user