This commit is contained in:
Radovan Kofira 2020-11-05 22:02:43 +01:00
parent 2314d074b4
commit 3f6dfe7c69
2 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
/*
int main(void){ int main(void){
printf("Zadajte zoznam cieľových staníc a počet cestujúcich.\n"); printf("Zadajte zoznam cieľových staníc a počet cestujúcich.\n");
printf("Zoznam zakončite prázdnym riadkom.\n"); printf("Zoznam zakončite prázdnym riadkom.\n");
return 0; return 0;
} }
*/
struct car* add_car(struct car* first,const char* target) { struct car* add_car(struct car* first,const char* target) {
struct car* newcar = calloc(1,sizeof(struct car)); struct car* newcar = calloc(1,sizeof(struct car));
struct car* this=first; struct car* this=first;

Binary file not shown.