i.html

来自「gcc手册」· HTML 代码 · 共 31 行

HTML
31
字号
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="I">I</a>,

Next:<a rel="next" accesskey="n" href="K.html#K">K</a>,

Previous:<a rel="previous" accesskey="p" href="f.html#f">f</a>,

Up:<a rel="up" accesskey="u" href="Invoking.html#Invoking">Invoking</a>

<hr><br>

</div>



<h3 class="section"><code>.include</code> search path: <code>-I</code> <var>path</var></h3>



   <p>Use this option to add a <var>path</var> to the list of directories

<code>as</code> searches for files specified in <code>.include</code>

directives (see <a href="Include.html#Include"><code>.include</code></a>).  You may use <code>-I</code> as

many times as necessary to include a variety of paths.  The current

working directory is always searched first; after that, <code>as</code>

searches any <code>-I</code> directories in the same order as they were

specified (left to right) on the command line.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?