summaryrefslogtreecommitdiff
path: root/reference/C/c.html
blob: ebd40f2a29dbd3cf49ba7431b9d0c6630d176de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; Linux 2.0.36 i586) [Netscape]">
   <title>C Programming Reference Introduction.</title>
</head>
<body bgcolor="#FFFFCC">

<hr>
<center>
<h1>
C Programming Reference Introduction.</h1></center>

<hr>This document is an attempt at producing a reference guide for the
C programming language. To date, I have found several C tutorials and lessons
on the net but no reference documents. This is not an attempt to replace
the many high quality books available, but does try to provide an on-line
reference that can give answers to questions quickly and without hasle.
<p>As usual, here is a disclaimer.
<center><table BORDER=6 WIDTH="50%" BGCOLOR="#FFFFF0" >
<tr>
<td><i>Every effort has been made to ensure all information and examples
are correct BUT no guarantee is implied or intended.</i></td>
</tr>
</table></center>

<h2>
<img SRC="blueball.gif" ALT="o" hight="14" height=14 width=14> <a href="cref.html">C
Reference starts here.</a></h2>

<hr>
<p>
<hr>
<center><table BORDER=2 WIDTH="80%" BGCOLOR="#FFFFF0" >
<tr ALIGN=CENTER>
<td WIDTH="25%"><a href="cref.html">Top</a></td>

<td WIDTH="25%"><a href="master_index.html">Master Index</a></td>

<td WIDTH="25%"><a href="SYNTAX/keywords.html">Keywords</a></td>

<td WIDTH="25%"><a href="FUNCTIONS/funcref.htm">Functions</a></td>
</tr>
</table></center>

<p>
<hr>
<address>
Martin Leslie</address>

</body>
</html>