I have a struct.
typedef struct Array { int capacity; int count; char **elements; } Array;
I made a function to c