<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Other Standard C Functions [C++ Reference]
</title>
<meta name="generator" content="DokuWiki Release 2009-12-25c "Lemming"" />
<meta name="robots" content="index,follow" />
<meta name="date" content="2009-04-20T04:54:34-0700" />
<meta name="keywords" content="c,other,start" />
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/lib/exe/opensearch.php" title="C++ Reference" />
<link rel="start" href="/wiki/" />
<link rel="contents" href="/wiki/c/other/start?do=index" title="Index" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="/wiki/feed.php?mode=list&ns=c:other" />
<link rel="edit" title="Edit this page" href="/wiki/c/other/start?do=edit" />
<link rel="alternate" type="text/html" title="Plain HTML" href="/wiki/_export/xhtml/c/other/start" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="/wiki/_export/raw/c/other/start" />
<link rel="stylesheet" media="all" type="text/css" href="/wiki/lib/exe/css.php?s=all&t=custom1&tseed=1272971091" />
<link rel="stylesheet" media="screen" type="text/css" href="/wiki/lib/exe/css.php?t=custom1&tseed=1272971091" />
<link rel="stylesheet" media="print" type="text/css" href="/wiki/lib/exe/css.php?s=print&t=custom1&tseed=1272971091" />
<script type="text/javascript" charset="utf-8" ><!--//--><![CDATA[//><!--
var NS='c:other';var JSINFO = {"id":"c:other:start","namespace":"c:other"};
//--><!]]></script>
<script type="text/javascript" charset="utf-8" src="/wiki/lib/exe/js.php?tseed=1272971091" ></script>
<link rel="shortcut icon" href="/wiki/lib/tpl/custom1/images/favicon.png" />
</head>
<body>
<div class="dokuwiki">
<div class="stylehead">
<div class="breadcrumbs">
<span class="bchead">You are here: </span><a href="../../start.html" title="start">C++ Reference</a> » <a href="../../c/start.html" title="c:start">The Standard C Library</a> » <a href="../../c/other/start.html" title="c:other:start">Other Standard C Functions</a> </div>
</div>
<div class="page">
</script>
<script type="text/javascript">
_uacct = "UA-2828341-1";
urchinTracker();
</script>
<!-- wikipage start -->
<h1><a name="other_standard_c_functions" id="other_standard_c_functions">Other Standard C Functions</a></h1>
<div class="level1">
<table class="inline">
<tr class="row0">
<td class="col0"><a href="../../c/other/abort.html" class="wikilink1" title="c:other:abort">abort</a></td><td class="col1">stops the program</td>
</tr>
<tr class="row1">
<td class="col0"><a href="../../c/other/assert.html" class="wikilink1" title="c:other:assert">assert</a></td><td class="col1">stops the program if an expression isn't true</td>
</tr>
<tr class="row2">
<td class="col0"><a href="../../c/other/atexit.html" class="wikilink1" title="c:other:atexit">atexit</a></td><td class="col1">sets a function to be called when the program exits</td>
</tr>
<tr class="row3">
<td class="col0"><a href="../../c/other/bsearch.html" class="wikilink1" title="c:other:bsearch">bsearch</a></td><td class="col1">perform a binary search</td>
</tr>
<tr class="row4">
<td class="col0"><a href="../../c/other/exit.html" class="wikilink1" title="c:other:exit">exit</a></td><td class="col1">stop the program</td>
</tr>
<tr class="row5">
<td class="col0"><a href="../../c/other/getenv.html" class="wikilink1" title="c:other:getenv">getenv</a></td><td class="col1">get environnment information about a variable</td>
</tr>
<tr class="row6">
<td class="col0"><a href="../../c/other/longjmp.html" class="wikilink1" title="c:other:longjmp">longjmp</a></td><td class="col1">start execution at a certain point in the program</td>
</tr>
<tr class="row7">
<td class="col0"><a href="../../c/other/putenv.html" class="wikilink1" title="c:other:putenv">putenv</a></td><td class="col1">add/modify the environmental settings</td>
</tr>
<tr class="row8">
<td class="col0"><a href="../../c/other/qsort.html" class="wikilink1" title="c:other:qsort">qsort</a></td><td class="col1">perform a quicksort</td>
</tr>
<tr class="row9">
<td class="col0"><a href="../../c/other/raise.html" class="wikilink1" title="c:other:raise">raise</a></td><td class="col1">send a signal to the program</td>
</tr>
<tr class="row10">
<td class="col0"><a href="../../c/other/rand.html" class="wikilink1" title="c:other:rand">rand</a></td><td class="col1">returns a pseudorandom number</td>
</tr>
<tr class="row11">
<td class="col0"><a href="../../c/other/setjmp.html" class="wikilink1" title="c:other:setjmp">setjmp</a></td><td class="col1">set execution to start at a certain point</td>
</tr>
<tr class="row12">
<td class="col0"><a href="../../c/other/signal.html" class="wikilink1" title="c:other:signal">signal</a></td><td class="col1">register a function as a signal handler</td>
</tr>
<tr class="row13">
<td class="col0"><a href="../../c/other/srand.html" class="wikilink1" title="c:other:srand">srand</a></td><td class="col1">initialize the random number generator</td>
</tr>
<tr class="row14">
<td class="col0"><a href="../../c/other/system.html" class="wikilink1" title="c:other:system">system</a></td><td class="col1">have the default command interpreter execute a command</td>
</tr>
<tr class="row15">
<td class="col0"><a href="../../c/other/va_arg.html" class="wikilink1" title="c:other:va_arg">va_arg</a></td><td class="col1">use variable length parameter lists</td>
</tr>
</table>
</div>
<!-- wikipage stop -->
</div>
<div class="clearer"> </div>
<div class="stylefoot">
<div class="meta">
<div class="user">
</div>
<!--
<div class="doc">
c/other/start.txt · Last modified: 04/20/2009 04:54 by 220.241.150.225 </div>
-->
</div>
</div></div></body>
</html>