I think that error u are getting during compilation is :
$>gcc -g -o functionlist functionlist.c
In file included from functionlist.c:2:
functionlist.h: In function `read_list':
functionlist.h:52: parse error before else'
$>
To my knowledge this error is because of the unintentional ';' in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.