SE250:lab-9:rwan064:test.c

From Marks Wiki
Revision as of 05:20, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (3 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to Lab Report

<html> <head>

 <title>test.c</title>

</head> <body bgcolor="#ffffff" text="#000000">

<a name="line1"> 1</a> <font color="#444444">/*
<a name="line2"> 2</a> 	Comments
<a name="line3"> 3</a> */</font>

<a name="line4"> 4</a> 
<a name="line5"> 5</a> <strong>int</strong> <font color="#2040a0">main</font><font color="4444FF">(</font> <strong>void</strong> <font color="4444FF">)</font>
<a name="line6"> 6</a> <font color="4444FF"><strong>{</strong></font>

<a name="line7"> 7</a> 	<strong>char</strong> <font color="4444FF">*</font><font color="#2040a0">x</font> <font color="4444FF">=</font> <font color="#008000">"hello world"</font><font color="4444FF">;</font>
<a name="line8"> 8</a> 	// <font color="#2040a0">comment</font>

<a name="line9"> 9</a> 	<strong>return</strong> <font color="#FF0000">0</font><font color="4444FF">;</font>
<a name="line10">10</a> <font color="4444FF"><strong>}</strong></font>


syntax highlighted by <a href="http://www.palfrader.org/code2html">Code2HTML</a>, v. 0.9.1

</body> </html>