refresh
This commit is contained in:
parent
26551e9f44
commit
c5cde60d85
@ -1,4 +1,7 @@
|
||||
#include "a_station.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct station* create_station() {
|
||||
struct station* s = calloc(1, sizeof(struct station));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user