36ee1e2015-10-12Pontus Östlund <!doctype html>
c698be2014-02-14Martin Nilsson <html> <head>
36ee1e2015-10-12Pontus Östlund  <meta content="width=device-width, initial-scale=1" name="viewport"> <meta charset="utf8">
c698be2014-02-14Martin Nilsson  <title>Pike Reference Manual - #require</title>
36ee1e2015-10-12Pontus Östlund  <!-- 83 --> <link rel='stylesheet' href='../../style.css'> <script src='../../site.js'></script>
c698be2014-02-14Martin Nilsson  <style type='text/css'> svg line { stroke:#343434; stroke-width:2; } svg text { fill:#343434; } svg a { fill:#0768b2; text-decoration: underline; } </style> </head>
36ee1e2015-10-12Pontus Östlund  <body>
c698be2014-02-14Martin Nilsson  <header>
36ee1e2015-10-12Pontus Östlund  <div class="header"> <div id="version"><strong></strong></div> <a href="http://pike.lysator.liu.se/"> <span>Pike</span> </a>
c698be2014-02-14Martin Nilsson  </div> </header>
36ee1e2015-10-12Pontus Östlund  <div id="page">
c698be2014-02-14Martin Nilsson  <div class="navbar">
36ee1e2015-10-12Pontus Östlund  <nav> <div class="inner"> <a href='../../index.html'><b class='top head'>Top</b></a>
c698be2014-02-14Martin Nilsson <a href='../../ex/cpp_3A_3A.html'><b class='head'>cpp::</b></a> <script></script> <noscript> <div class='sidebar'> <a href='../../ex/cpp_3A_3A/index.html'><b>Symbol index</b></a><br /> </div> </noscript>
36ee1e2015-10-12Pontus Östlund  </div> </nav>
c698be2014-02-14Martin Nilsson  </div>
36ee1e2015-10-12Pontus Östlund  <div class="content"> <div class="navbox"> <nav> <div class="sidebar"> <a href="../../ex/cpp_3A_3A/_23pragma.html" class="prev"><span>&#10148;</span> #pragma</a> <a href="../../ex/cpp_3A_3A/_23string.html" class="next">#string <span>&#10148;</span></a> </div> </nav> </div> <div class="contentbox"> <article> <h1>Directive #require</h1>
c698be2014-02-14Martin Nilsson  <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Directive</span> <span class='homogen--name'><b>#require</b></span> </dt> <dd><p><code class='directive'>#require</code></p></dd> <dt class='head--doc'>Description</dt> <dd class='body--doc'><p>If the directive evaluates to false, the source file will be considered to have failed dependencies, and will not be found by the resolver. In practical terms the <code class='reference unresolved'>cpp()</code> call will return zero.</p> </dd> <dt class='head--doc'>See also</dt> <dd class='body--doc'><p><a class='ms reference' href='../cpp_3A_3A.html'>#if</a></p> </dd></dl>
36ee1e2015-10-12Pontus Östlund  </article> </div>
c698be2014-02-14Martin Nilsson  </div> </div>
36ee1e2015-10-12Pontus Östlund  <footer> <div id="build-date">Extracted from <strong></strong> as of <strong></strong>.</div> </footer>
c698be2014-02-14Martin Nilsson  </body> <script>PikeDoc.current = {"link":"ex/cpp_3A_3A/_23require.html","name":"#require"};</script> <script src='../../ex/cpp_3A_3A/index.js'></script> <script src='../../ex/cpp_3A_3A/load_index.js'></script> </html>