Created C header file, getting errors..
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-06-16T09:18:33Z
Indexed on
2010/06/16
9:22 UTC
Read the original article
Hit count: 199
Hi,
I'v created a C header file (It's compiled), now when i compile my program it comes up with tons of errors like:
warning: null character(s) ignored error: stray ‘\23’ in program TheFunctions.h:1722: error: stray ‘\200’ in program
Inside the header file is simply two functions, which work in the normal c program.
Please help!
© Stack Overflow or respective owner