From: cuz Date: Mon, 16 Dec 2002 18:13:10 +0000 (+0000) Subject: Added abs and labs X-Git-Tag: V2.12.0~1890 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1faaf6f4bfab330eae060fd66fe89c9829b9bc50;p=cc65 Added abs and labs git-svn-id: svn://svn.cc65.org/cc65/trunk@1777 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index c84eb7dd4..f9be402e0 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -140,9 +140,11 @@ function. + - + +

@@ -251,6 +253,28 @@ terminates the program with an exit code of 3. +abs

+ + + +/ + +The return value is undefined if The function is only available as fastcall function, so it may only be +used in presence of a prototype. + + + + + + assert

@@ -1410,6 +1434,28 @@ do), the function is rather useless. +labs

+ + + +/ + +The return value is undefined if The function is only available as fastcall function, so it may only be +used in presence of a prototype. + + + + + + revers