]> git.sur5r.net Git - cc65/blobdiff - doc/funcref.sgml
Fixed _textcolor definition.
[cc65] / doc / funcref.sgml
index c715b3a2abfc1f1168a4444b26906cd5397459da..030c726cc46d16df10f1ebda16c64f3e277934f0 100644 (file)
@@ -244,11 +244,11 @@ function.
 
 <itemize>
 
-<!-- <item><ref id="cos" name="cos"> -->
+<!-- <item><ref id="_cos" name="_cos"> -->
 <!-- <item><ref id="idiv32by16r16" name="idiv32by16r16"> -->
 <!-- <item><ref id="imul16x16r32" name="imul16x16r32"> -->
 <!-- <item><ref id="imul8x8r16" name="imul8x8r16"> -->
-<!-- <item><ref id="sin" name="sin"> -->
+<!-- <item><ref id="_sin" name="_sin"> -->
 <!-- <item><ref id="udiv32by16r16" name="udiv32by16r16"> -->
 <!-- <item><ref id="umul16x16r32" name="umul16x16r32"> -->
 <!-- <item><ref id="umul16x8r32" name="umul16x8r32"> -->
@@ -5565,7 +5565,7 @@ memory allocated for the driver.
 <descrip>
 <tag/Function/Multiplies argument by 20.
 <tag/Header/<tt/<ref id="cc65.h" name="cc65.h">/
-<tag/Declaration/<tt/unsigned int __fastcall__ mul20(unsigned char value);/
+<tag/Declaration/<tt/unsigned int __fastcall__ mul20 (unsigned char value);/
 <tag/Description/Speed optimized function to multiply an 8 bit unsigned value by 20 to get a 16 bit result.
 <tag/Availability/cc65
 </descrip>
@@ -5577,7 +5577,7 @@ memory allocated for the driver.
 <descrip>
 <tag/Function/Multiplies argument by 40.
 <tag/Header/<tt/<ref id="cc65.h" name="cc65.h">/
-<tag/Declaration/<tt/unsigned int __fastcall__ mul40(unsigned char value);/
+<tag/Declaration/<tt/unsigned int __fastcall__ mul40 (unsigned char value);/
 <tag/Description/Speed optimized function to multiply an 8 bit unsigned value by 40 to get a 16 bit result.
 <tag/Availability/cc65
 </descrip>