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 54 55 56 57 58 59 60 61 62
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">TiFiles Library Header Files</td>
</tr>
</tbody>
</table>
<hr>
<p>There are few headers to include for using the tifiles library. They
are listed below: <br>
</p>
<table class="NOBORDER" border="5" cellpadding="5" cellspacing="5">
<tbody>
<tr>
<td class="NOBORDER" align="left" valign="top"><b>tifiles.h</b></td>
<td class="NOBORDER" width="10"><br>
</td>
<td class="NOBORDER" style="text-align: left;">Convenient header
which
includes all the stuffs you need.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><span style="font-weight: bold;">files8x.h</span><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;">Need to be included for specific
TI8x file manipulations.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><span style="font-weight: bold;">files9x.h</span><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;">Need to be included for specific
TI9x file manipulations.</td>
</tr>
</tbody>
</table>
<p><b>Note:</b> these are the headers you are allowed to include in
your
program. Don't use any others, please ! </p>
<br>
<h3> <a
href="index.html">Return
to the main index</a> </h3>
<br>
<br>
<br>
</body>
</html>
|