Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ labs(3) — 386BSD 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

abs(3)

floor(3)

cabs(3)

math(3)

LABS(3)                   386BSD Programmer's Manual                   LABS(3)

NAME
     labs - return the absolute value of a long integer

SYNOPSIS
     #include <stdlib.h>

     long
     labs(long j)

DESCRIPTION
     The labs() function returns the absolute value of the long integer j.

SEE ALSO
     abs(3),  floor(3),  cabs(3),  math(3)

STANDARDS
     The labs() function conforms to ANSI C3.159-1989 (``ANSI C'').

BUGS
     The absolute value of the most negative integer remains negative.

BSD Experimental                 June 29, 1991                               1










































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026