summaryrefslogtreecommitdiff
path: root/devdocs/c/keyword%2Fstatic.html
blob: b76c7dc48373987414509af6815cc2859bb01779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    <h1 id="firstHeading" class="firstHeading">C keywords: static</h1>            <h3 id="Usage"> Usage</h3> <ul>
<li> <a href="../language/storage_duration" title="c/language/storage duration">declarations of file scope with static storage duration and internal linkage</a> </li>
<li> <a href="../language/storage_duration#Static_local_variables" title="c/language/storage duration">definitions of block scope variables with static storage duration and initialized once</a> </li>
</ul> <table class="t-rev-begin"> <tr class="t-rev t-since-c99">
<td> <ul><li> static <a href="../language/array" title="c/language/array">array indices</a> in function parameter declarations. </li></ul> </td> <td><span class="t-mark-rev t-since-c99">(since C99)</span></td>
</tr>
</table>           <div class="_attribution">
  <p class="_attribution-p">
    &copy; cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br>
    <a href="https://en.cppreference.com/w/c/keyword/static" class="_attribution-link">https://en.cppreference.com/w/c/keyword/static</a>
  </p>
</div>