1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="Microsoft FrontPage 5.0"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 9<title>OSHalt</title> 10</head> 11 12<body> 13 14<h1>OSHalt</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><code>#include <revolution/os.h></code></pre> 20 </dd> 21<dd><pre><code>void OSHalt(char* msg);</code></pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26<TABLE border="1" cellpadding="3" cellspacing="0.1"> 27 <tr> 28<TD width="120" bgcolor="#ffffe8"><em><strong><code><CODE><EM><CODE>msg</CODE></EM></CODE></code></strong></em></TD> 29<TD width="520">Pointer to a null-terminated string.</TD> 30 </tr> 31</TABLE> 32<h2>Return Values</h2> 33 34<p>None.</p> 35<H2>Description</H2> 36<p>Outputs the specified text message to the serial output and stops the program.</p> 37 38<h2>See Also</h2> 39 40<p><a href="../list.html#Error" target="contents">Error Functions</a>, <code><a href="ASSERT.html">ASSERT</a></code>, <code><a href="ASSERTMSG.html">ASSERTMSG</a></code>,<code><a href="OSReport.html">OSReport</a></code></p> 41<H2>Revision History</H2> 42<P>03/01/2006 Initial version.</P> 43</body> 44</html>