This commit is contained in:
Bohdan Kapliuk 2024-11-03 19:55:02 +02:00
parent e62735dba4
commit 2bb996b323

View File

@ -1,6 +1,8 @@
#include "a_station.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define SIZE 37
struct station* create_station(){
struct station* station = (struct station*)calloc(1,sizeof(struct station));