This commit is contained in:
Maryna Kravtsova 2020-10-26 15:07:14 +01:00
parent cfa845c9fe
commit 4759677c57

View File

@ -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) {