Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/abs.refentry @ 3295:6b7a7b233925 default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Tue, 19 Apr 2022 18:12:17 +0200 |
parents | 0b433a4e95cb |
children |
line wrap: on
line source
<refentry id="abs"> <refnamediv> <refname>Abs</refname> <refpurpose>Absolute value</refpurpose> </refnamediv> <refsynopsisdiv> <funcsynopsis> <funcprototype> <funcdef><function>abs</function></funcdef> <paramdef>int <parameter>i</parameter></paramdef> </funcprototype> </funcsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> ABS returns absolute value of its integer operand. </para> </refsect1> <refsect1><title>Caveats</title> <para> You get what the hardware gives on the largest negative number. </para> </refsect1> </refentry>