]> git.sur5r.net Git - cc65/commitdiff
Fixed the return value of labs
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 16 Dec 2002 18:14:37 +0000 (18:14 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 16 Dec 2002 18:14:37 +0000 (18:14 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1778 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/funcref.sgml

index f9be402e0ddf6aa2869fe28b6862eafbed804017..b532bab272ec12399b342e3284e2d0d55181398d 100644 (file)
@@ -144,7 +144,7 @@ function.
 <item><ref id="atexit" name="atexit">
 <item><ref id="exit" name="exit">
 <item><ref id="labs" name="labs">
-</itemize>                   
+</itemize>
 
 
 <sect1><tt/string.h/<label id="string.h"><p>
@@ -1440,7 +1440,7 @@ do), the function is rather useless.
 <descrip>
 <tag/Function/Returns the absolute value of a long integer.
 <tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
-<tag/Declaration/<tt/int __fastcall__ labs (long v);/
+<tag/Declaration/<tt/long __fastcall__ labs (long v);/
 <tag/Description/<tt/labs/ returns the absolute value of the argument passed to
 the function.
 <tag/Limits/<itemize>