abc
This commit is contained in:
parent
b551daeeae
commit
7edf912fec
@ -4,13 +4,13 @@
|
|||||||
#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");
|
||||||
|
|
||||||
add_car;
|
add_car;
|
||||||
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));
|
||||||
|
Loading…
Reference in New Issue
Block a user