This commit is contained in:
Oleksandr Hryshchenko 2021-11-25 23:13:42 +00:00
parent dc2f9da046
commit 2968cc07c8

View File

@ -2,6 +2,7 @@
#include <string.h>
#include <stdlib.h>
#include "a_train.h"
struct car* add_car(struct car* first, const char* target){
if(!strcmp(target, ""))
return NULL;