I'm almost finished coding the last of my C program on stock inventory
but in the last two functions (one being my main function and the other a void function)
the compiler gives an error stating that there a Parse Issue
and that an expected identifier or "(" is missing in main.c
..
I've already opened and closed my functions with '{, }' and this errpr doesnt exist in my other functions
any idea on what the error could be?