train
This commit is contained in:
parent
cfa845c9fe
commit
4759677c57
@ -1,3 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "a_train.h"
|
||||
|
||||
struct car* add_car(struct car* first,const char* target) {
|
||||
|
Loading…
Reference in New Issue
Block a user