Created C header file, getting errors -


I'v created a C header file (it is compiled), now when I compile my program it is Errors like:

WARNING: Error ignoring zero character (s): '\ 23' TheFunctions.h: 1722 stranded in the program: Error: The program '\ 200' / P>

The header file inside is just two functions, which works in the normal program.

Please help!

It looks like you are trying to include a precompold header directly (a binary file) Are there. When you include files via pre-processor statement, they are text files, files are not compiled.

Edit (We now know that the compiler is this): I do not have the question that the GCC header header contents are answer Is not well enough to know, but this is a link about things that are worth it:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -