1libl(3LIB)                    Interface Libraries                   libl(3LIB)
2
3
4

NAME

6       libl - lex library
7

SYNOPSIS

9       cc [ flag... ] file...  [ library... ]
10
11

DESCRIPTION

13       Functions  in  this  library  provide  user  interfaces  to  the lex(1)
14       library.
15

INTERFACES

17       The shared object libl.so.1  provides  the  public  interfaces  defined
18       below.  See Intro(3) for additional information on shared object inter‐
19       faces.
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
30       yywrap
31
32

FILES

34       /usr/lib/libl.so.1       shared object
35
36
37       /usr/lib/64/libl.so.1    64-bit shared object
38
39

ATTRIBUTES

41       See attributes(5) for descriptions of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │Availability                 │SUNWcsl (32-bit)             │
50       ├─────────────────────────────┼─────────────────────────────┤
51       │                             │SUNWcslx (64-bit)            │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │MT-Level                     │Unsafe                       │
54       └─────────────────────────────┴─────────────────────────────┘
55

SEE ALSO

57       lex(1), Intro(3), attributes(5)
58
59
60
61SunOS 5.11                        22 May 2003                       libl(3LIB)
Impressum