I have a function for getline function in my code block.But while compiling the make file i get the following error:
cc -DMAIN -c -o terp.o terp.c terp.c:130:1
You need to choose a different name for your getline function, because there already is a getline in the standard clib.
getline