1 LIBL(3LIB) Interface Libraries LIBL(3LIB)
2
3
4
5 NAME
6 libl - lex library
7
8 SYNOPSIS
9 cc [ flag... ] file... [ library... ]
10
11
12 DESCRIPTION
13 Functions in this library provide user interfaces to the lex(1)
14 library.
15
16 INTERFACES
17 The shared object libl.so.1 provides the public interfaces defined
18 below. See Intro(3) for additional information on shared object
19 interfaces.
20
21
22
23
24 allprint allprint_w
25 main sprint
26 sprint_w yyless
27 yyless_e yyless_w
28 yyracc yyreject
29 yyreject_e yyreject_w
39 64-bit shared object
40
41
42 ATTRIBUTES
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 +---------------+-----------------+
49 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
50 +---------------+-----------------+
51 |MT-Level | Unsafe |
52 +---------------+-----------------+
53
54 SEE ALSO
55 lex(1), Intro(3), attributes(5)
56
57
58
59 May 22, 2003 LIBL(3LIB)
|
1 LIBL(3LIB) Interface Libraries LIBL(3LIB)
2
3
4
5 NAME
6 libl - lex library
7
8 SYNOPSIS
9 cc [ flag... ] file... -ll [ library... ]
10
11
12 DESCRIPTION
13 Functions in this library provide user interfaces to the lex(1)
14 library.
15
16 INTERFACES
17 The shared object libl.so.1 provides the public interfaces defined
18 below. See Intro(3) for additional information on shared object
19 interfaces.
20
21
22
23
24 allprint allprint_w
25 main sprint
26 sprint_w yyless
27 yyless_e yyless_w
28 yyracc yyreject
29 yyreject_e yyreject_w
39 64-bit shared object
40
41
42 ATTRIBUTES
43 See attributes(5) for descriptions of the following attributes:
44
45
46
47
48 +---------------+-----------------+
49 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
50 +---------------+-----------------+
51 |MT-Level | Unsafe |
52 +---------------+-----------------+
53
54 SEE ALSO
55 lex(1), Intro(3), attributes(5)
56
57
58
59 August 19, 2019 LIBL(3LIB)
|