src/Table.c:17: error: parse error before '/' token src/Table.c:43: error: `aTable' undeclared here (not in a function) src/Table.c:43: error: initializer element is not constant src/Table.c:44: error: parse error before "for" src/Table.c:51: error: parse error before '->' token src/Table.c:51: warning: type defaults to `int' in declaration of `free' src/Table.c:51: error: conflicting types for `free' /usr/include/stdlib.h:136: error: previous declaration of `free' src/Table.c:51: warning: type defaults to `int' in declaration of `aTable' src/Table.c:51: error: parse error before '->' token src/Table.c:54: warning: type defaults to `int' in declaration of `free' src/Table.c:54: warning: parameter names (without types) in function declaration src/Table.c:54: warning: type defaults to `int' in declaration of `aTable' src/Table.c:54: warning: data definition has no type or storage class src/Table.c:55: error: parse error before '}' token src/Table.c:64: error: stray '\210' in program src/Table.c:64: error: stray '\210' in program src/Table.c:71: error: stray '\216' in program src/Table.c:75: error: stray '\' in program src/Table.c:103: error: parse error before '/' token src/Table.c:127: error: parse error before '/' token src/Table.c:133: error: redefinition of `count' src/Table.c:43: error: `count' previously defined here src/Table.c:133: warning: passing arg 1 of `getCountOfItemInTable' makes pointer from integer without a cast src/Table.c:133: error: initializer element is not constant src/Table.c:134: error: parse error before "for" src/Table.c:143: error: parse error before '->' token src/Table.c:143: warning: type defaults to `int' in declaration of `free' src/Table.c:143: warning: type defaults to `int' in declaration of `aTable' src/Table.c:143: error: parse error before '->' token src/Table.c:169: warning: type defaults to `int' in declaration of `free' src/Table.c:169: warning: parameter names (without types) in function declaration src/Table.c:169: warning: type defaults to `int' in declaration of `newItem' src/Table.c:169: warning: data definition has no type or storage class src/Table.c:170: error: parse error before '}' token src/Table.c:206: warning: type defaults to `int' in declaration of `free' src/Table.c:206: warning: parameter names (without types) in function declaration src/Table.c:206: warning: type defaults to `int' in declaration of `anItem' src/Table.c:206: warning: data definition has no type or storage class src/Table.c:207: error: parse error before '}' token src/Table.c:219: warning: type defaults to `int' in declaration of `free' src/Table.c:219: warning: parameter names (without types) in function declaration src/Table.c:219: warning: type defaults to `int' in declaration of `anItem' src/Table.c:219: error: redefinition of `anItem' src/Table.c:206: error: `anItem' previously defined here src/Table.c:219: warning: data definition has no type or storage class src/Table.c:220: error: parse error before '}' token make: *** [Table.o] Error 1