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=utf-8">
6<META http-equiv="Content-Style-Type" content="text/css">
7
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9
10<!-- タイトル名 -->
11<TITLE>SCInit</TITLE>
12
13</HEAD>
14
15<BODY>
16
17
18<!-- タイトル名 -->
19<H1>SCInit</H1>
20
21
22
23<H2>Syntax</H2>
24<dl><dd><pre class="construction">
25#include &lt;revolution/sc.h&gt;
26
27void SCInit(void);
28</pre></dd></dl>
29
30
31<H2>Arguments</H2>
32<P>None.</P>
33
34<H2>Return Values</H2>
35<P>None.</P>
36
37<H2>Description</H2>
38<p>
39<B>From RevolutionSDK 2.2 on, initialization has been integrated into the <code>OSInit</code> function. Initialization by applications is no longer necessary.</B>
40</p>
41
42<p>
43Other SC library functions cannot be called until initialization is complete.
44</p>
45
46<p>
47This function automatically calls the <a href="../nand/NANDInit.html"><code>NANDInit</code></a> function.
48</p>
49</BLOCKQUOTE>
50
51<H2>See Also</H2>
52<p class="reference">
53<a href="../nand/NANDInit.html">NANDInit</a>
54</p>
55
56<H2>Revision History</H2>
57<P>
582009/07/13 Deleted unnecessary text.<br>2006/09/06 Revised the description along with integration of the initialization process in the <code>OSInit</code> function.<br>2006/05/29 Initial version.<br>
59</P>
60
61<hr><p>CONFIDENTIAL</p></body>
62</HTML>
63