All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)intro.3 4.1 (Berkeley) 05/15/85
#include <math.h>
6n (3) These functions, together with those of section 2 and those marked (3S), constitute library libc, which is automatically loaded by the C compiler cc (1) and the Fortran compiler f77 (1). The link editor ld (1) searches this library under the `-lc' option. Declarations for some of these functions may be obtained from include files indicated on the appropriate pages.
(3J) These functions are part of the job control facilities, contained in the library \*(lq -ljobs .\*(rq The job control facilities are outlined in jobs (3).
(3M) These functions constitute the math library, libm. They are automatically loaded as needed by the Fortran compiler f77 (1). The link editor searches this library under the `-lm' option. Declarations for these functions may be obtained from the include file <math.h>.
(3S) These functions constitute the `standard I/O package', see stdio (3). These functions are in the library libc already mentioned. Declarations for these functions may be obtained from the include file <stdio.h>.
(3X) Various specialized libraries have not been given distinctive captions. Files in which such libraries are found are named on appropriate pages.
/lib/libc.a /lib/libm.a, /usr/lib/libm.a (one or the other) /usr/lib/libjobs.a
setd mov $sign,-(sp) mov $decpt,-(sp) mov ndigit,-(sp) movf value,-(sp) jsr pc,_ecvt add $14.,sp