blob: fcad7a451c766db47b8861c307ebcd39bee5a0de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.TH LIBC 9.3
.CT 1 lib_obj
.SH NAME
libc \- standard library functions
.SH DESCRIPTION
Various standard functions from
Section 3 are available in 5620 programs:
.LP
.2C
.ft 5
abs
atoi
atol
chrtab
qsort
rand
srand
strcat
strchr
strrchr
strcmp
strcpy
strncat
strncmp
strncpy
strlen
.1C
.ft 1
.LP
In addition, certain
.IR stdio (3)
programs are available under the
.IR jx (9.1)
emulator.
.SH SEE ALSO
.IR arith (3),
.IR atof (3),
.IR chrtab (3),
.IR libc (9.3),
.IR qsort (3),
.IR rand (3),
.IR string (3)
|