Interface Libraries libl(3LIB)
NAME
libl - lex library
SYNOPSIS
cc [ flag... ] file... [ library... ]
DESCRIPTION
Functions in this library provide user interfaces to the
lex(1) library.
INTERFACES
The shared object libl.so.1 provides the public interfaces
defined below. See Intro(3) for additional information on
shared object interfaces.
allprint allprintw
main sprint
sprintw yyless
yylesse yylessw
yyracc yyreject
yyrejecte yyrejectw
yywrap
FILES
/usr/lib/libl.so.1 shared object
/usr/lib/64/libl.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 22 May 2003 1
Interface Libraries libl(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-Level Unsafe
SEE ALSO
lex(1), Intro(3), attributes(5)
SunOS 5.11 Last change: 22 May 2003 2
|