C preprocessor vs. C compiler

Posted by Sunny209 on Stack Overflow See other posts from Stack Overflow or by Sunny209
Published on 2010-05-03T06:44:27Z Indexed on 2010/05/03 6:48 UTC
Read the original article Hit count: 141

Filed under:
|

If I tell the C preprocessor to #include a file and use CPPFLAGS to help find the needed file, then the file is included already, right? What, if any, use is telling the C compiler about the same include directory with CFLAGS?

© Stack Overflow or respective owner

Related posts about make

    Related posts about c