Home Forums C Programming Linker Errors, i do believe i need help Re: Re: Linker Errors, i do believe i need help

#3524
GWILouisaxwzkla
Participant

Would help to post your code and errors. Make sure that the file your including has the correct “include” syntax , like:

and make sure that your function prototypes and declarations match perfectly or the linker will not associate the two correctly….