1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +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:
cuz 2002-12-16 18:14:37 +00:00
parent 1faaf6f4bf
commit 36084183f2

View 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>