preprocessor.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  2. <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
  3. <head>
  4. <title>The C preprocessor - GTC documentation</title>
  5. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  6. <link rel='stylesheet' type='text/css' href='layout/default.css' />
  7. </head>
  8. <body>
  9. <p><a href='index.html'>◄ Back to index</a></p>
  10. <div class='c0'>
  11. <h1>The C preprocessor</h1>
  12. <div class='toc'><div class='toctop'><div class='tocbot'><div class='toc-content'>
  13. <b>Contents:</b><ul>
  14. <li><a href='#Preprocessor.directives'>Preprocessor directives</a>
  15. <ul>
  16. <li><a href='#.23define'>#define</a></li>
  17. </ul></li>
  18. </ul>
  19. </div></div></div></div>
  20. <div class='c1'>
  21. <hr class='hr1' /><h1 class='heading'><a name='Preprocessor.directives'></a>Preprocessor directives</h1><div class='c1in'><hr class='hr1in' /><div class='c2'>
  22. <hr class='hr2' /><h2 class='heading'><a name='.23define'></a><a href='preprocessor.html#.23define'><code>#define</code></a></h2><div class='c2in'><hr class='hr2in' />
  23. <p>...
  24. </div></div>
  25. </div></div></p></div>
  26. </body>
  27. </html>