mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Fixed the return value of labs
git-svn-id: svn://svn.cc65.org/cc65/trunk@1778 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -144,7 +144,7 @@ function.
|
|||||||
<item><ref id="atexit" name="atexit">
|
<item><ref id="atexit" name="atexit">
|
||||||
<item><ref id="exit" name="exit">
|
<item><ref id="exit" name="exit">
|
||||||
<item><ref id="labs" name="labs">
|
<item><ref id="labs" name="labs">
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt/string.h/<label id="string.h"><p>
|
<sect1><tt/string.h/<label id="string.h"><p>
|
||||||
@@ -1440,7 +1440,7 @@ do), the function is rather useless.
|
|||||||
<descrip>
|
<descrip>
|
||||||
<tag/Function/Returns the absolute value of a long integer.
|
<tag/Function/Returns the absolute value of a long integer.
|
||||||
<tag/Header/<tt/<ref id="stdlib.h" name="stdlib.h">/
|
<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
|
<tag/Description/<tt/labs/ returns the absolute value of the argument passed to
|
||||||
the function.
|
the function.
|
||||||
<tag/Limits/<itemize>
|
<tag/Limits/<itemize>
|
||||||
|
Reference in New Issue
Block a user