I\'ve been perusing similar questions to mine for a couple of days but still haven\'t found a solution. Thanks any any help:
I have two files, one containing methods
Move the struct fraction definition to "fraction.h" and
struct fraction
#include "fraction.h"
in both "fraction.c" and "matrix.c"