1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>OSGetMEM1ArenaLo</title> 10</head> 11 12<body> 13 14<h1>OSGetMEM1ArenaLo</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20 <dd><pre><CODE>#include <revolution/os.h></CODE></pre></dd> 21 <dd><pre><CODE>void* OSGetMEM1ArenaLo(void);</CODE></pre></dd> 22 <dd><pre><CODE>void* OSGetArenaLo(void);</CODE></pre></dd> 23</dl><h2>Arguments</h2> 24 25<p>None.</p> 26 27<h2>Return Values</h2> 28 29<p>The lower boundary of the arena.</p> 30<H2>Description</H2> 31<P>Gets the lower boundary of the arena in internal main memory (MEM1 area). </P> 32 33<P>To maintain backward compatibility, this function is also defined under the name <code>OSGetArenaLo</code>. </P> 34 35 36<h2>See Also</h2> 37 38<p><a href="../toc.html#Arena" target="contents">Arena Functions</a>, <CODE><a href="OSGetMEM1ArenaHi.html">OSGetMEM1ArenaHi</a>, <a href="OSSetMEM1ArenaHi.html">OSSetMEM1ArenaHi</a>, <a href="OSSetMEM1ArenaLo.html">OSSetMEM1ArenaLo</a>, <a href="OSGetMEM2ArenaHi.html">OSGetMEM2ArenaHi</a>, <a href="OSGetMEM2ArenaLo.html">OSGetMEM2ArenaLo</a>, <a href="OSSetMEM2ArenaHi.html">OSSetMEM2ArenaHi</a>,<a href="OSSetMEM2ArenaLo.html">OSSetMEM2ArenaLo</a></CODE></p> 39 40<h2>Revision History</h2> 41<P>2006/03/01 Initial version.</P> 42</body></html>