refresh
This commit is contained in:
parent
309d63f192
commit
812da46b6a
@ -1,5 +1,22 @@
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
struct car* add_car (struct car* first, const char* target) {
|
||||
|
||||
}
|
||||
|
||||
void print_train (struct car* first) {
|
||||
|
||||
}
|
||||
|
||||
void cancel_train (struct car* first) {
|
||||
|
||||
}
|
||||
|
||||
struct car* clear_train(struct car* first, const char* target) {
|
||||
|
||||
}
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user