I am very new to C and would just like to know the proper way to use malloc for the following structure:
struct cell { struct player* owner; int letter; }