index.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <HTML>
  2. <HEAD>
  3. <TITLE>TIGCC Documentation</TITLE>
  4. <LINK REL="STYLESHEET" TYPE="TEXT/CSS" HREF="style.css">
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFF8">
  7. <CENTER>
  8. <H1 CLASS="H1IND">TIGCC&nbsp;&nbsp;Documentation</H1>
  9. <H2 CLASS="H2IND">TIGCC v0.96 Beta 9&nbsp; (Library v2.7)</H2>
  10. </CENTER>
  11. <HR>
  12. <BR>
  13. <H3 CLASS="H3IND"><A NAME="#contents">Contents</A></H3>
  14. <B>
  15. <UL>
  16. <LI><A HREF="info.html">General Information about TIGCC</A></LI>
  17. <LI><A HREF="hdrindex.html">TIGCC Library Header Files</A></LI>
  18. <LI><A HREF="keywords.html">C Language Keywords</A></LI>
  19. <LI><A HREF="opers.html">C Language Operators and Punctuators</A></LI>
  20. <LI><A HREF="gnuexts.html">GNU C Language Extensions</A></LI>
  21. <LI><A HREF="comopts.html">GCC Command Line Options</A></LI>
  22. <LI><A HREF="cpp.html">The C Preprocessor</A></LI>
  23. <LI><A HREF="gnuasm.html">The GNU Assembler</A></LI>
  24. <LI><A HREF="a68k.html">The A68k Assembler</A></LI>
  25. <LI><A HREF="ld.html">The TIGCC Linker</A></LI>
  26. <LI><A HREF="ide.html">The TIGCC Integrated Environment</A></LI>
  27. <LI><A HREF="asminfo.html">Information for Assembly Programmers</A></LI>
  28. <LI><A HREF="contact.html">Contact Information</A></LI>
  29. <LI><A HREF="copyright.html">Copyright Notes</A></LI>
  30. <LI><A HREF="history.html">History of the Library</A></LI>
  31. </UL>
  32. </B>
  33. <HR>
  34. <BR>
  35. <H3 CLASS="H3IND"><A NAME="#howto">How to...</A></H3>
  36. <B>
  37. <UL>
  38. <LI><A HREF="httigcc.html">How to make a TIGCC program</A></LI>
  39. <LI><A HREF="htfloats.html">How to use floating point variables and functions</A></LI>
  40. <LI><A HREF="htretval.html">How to make a program returning a value</A></LI>
  41. <LI><A HREF="htsymb.html">How to use symbolic mathematics and calculus</A></LI>
  42. <LI><A HREF="htdll.html">How to break the 64KB limit using a DLL</A></LI>
  43. </UL>
  44. <UL>
  45. <LI><A HREF="faq.html">Frequently Asked Questions</A></LI>
  46. <LI><A HREF="http://pub26.ezboard.com/ftichessteamhqfrm5">TIGCC Programming Message Board</A></LI>
  47. </UL>
  48. </B>
  49. <HR>
  50. <BR>
  51. <B>Warning:</B> This documentation, although quite complete, is not really a full C tutorial:
  52. it is assumed that you already know basic programing in C on any standard computer (PC, Mac, etc.).
  53. <BR><BR>
  54. <HR>
  55. <B>This documentation and the library were written by
  56. <A HREF="mailto:Zeljko@tigcc.ticalc.org">Zeljko Juric</A> and various <A HREF="info.html">team
  57. members</A> and <A HREF="info_credits.html">contributors</A>.</B>
  58. </BODY>
  59. </HTML>