Here is my C code, I use void InitList(List &L); However Codeblocks buildlog the error: expected ;, ,or)before
void InitList(List &L);
;
,
)