Search:

Type: Posts; User: tripptripp5

Search: Search took 0.00 seconds.

  1. Sorry, lots of frustrations leaking in to that. ...

    Sorry, lots of frustrations leaking in to that.

    Say you run the preprocessor against the below source.

    #include <stdio.h>

    #define BORK 10

    main()
    {
  2. Can the precompiler process JUST the #define s?

    Is there any way to get the C precompiler to interpret JUST the #defines in a piece of source code and output a file? I don't want the various line # references and include file jazz. The man...
Results 1 to 2 of 2