cv4
This commit is contained in:
parent
dc2f9da046
commit
2968cc07c8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user