stdother.html

来自「ssd5 数据结构的课件」· HTML 代码 · 共 78 行

HTML
78
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>    <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st October 2002), see www.w3.org">    <title>Other standard C functions</title>  </head>  <body bgcolor="#ffffff">    <table width="100%" bgcolor="#eeeeff">      <tr>        <td><a href="index.html">cppreference.com</a> -&gt; Other standard C functions</td>      </tr>    </table>    <h3>Other standard C functions</h3>    <table>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#abort">abort()</a></td>        <td>stops the program</td>      </tr>      <tr>        <td><a href="stdother_details.html#assert">assert()</a></td>        <td>stops the program if an expression isn't true</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#atexit">atexit()</a></td>        <td>sets a function to be called when the program exits</td>      </tr>      <tr>        <td><a href="stdother_details.html#bsearch">bsearch()</a></td>        <td>perform a binary search</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#exit">exit()</a></td>        <td>stop the program</td>      </tr>      <tr>        <td><a href="stdother_details.html#getenv">getenv()</a></td>        <td>get enviornment information about a variable</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#longjmp">longjmp()</a></td>        <td>start execution at a certain point in the program</td>      </tr>      <tr>        <td><a href="stdother_details.html#qsort">qsort()</a></td>        <td>perform a quicksort</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#raise">raise()</a></td>        <td>send a signal to the program</td>      </tr>      <tr>        <td><a href="stdother_details.html#rand">rand()</a></td>        <td>returns a pseudorandom number</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#setjmp">setjmp()</a></td>        <td>set execution to start at a certain point</td>      </tr>      <tr>        <td><a href="stdother_details.html#signal">signal()</a></td>        <td>register a function as a signal handler</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#srand">srand()</a></td>        <td>initialize the random number generator</td>      </tr>      <tr>        <td><a href="stdother_details.html#system">system()</a></td>        <td>perform a system call</td>      </tr>      <tr bgcolor="#eeeeff">        <td><a href="stdother_details.html#va_arg">va_arg()</a></td>        <td>use variable length parameter lists</td>      </tr>    </table>  </body></html>

⌨️ 快捷键说明

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