man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: July 2014
 
 

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

INTERFACES

The shared object libl.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

allprint
allprint_w
main
sprint
sprint_w
yyless
yyless_e
yyless_w
yyracc
yyreject
yyreject_e
yyreject_w
yywrap

Files

/usr/lib/libl.so.1

shared object

/usr/lib/64/libl.so.1

64-bit shared object

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
developer/base-developer-utilities
MT-Level
Unsafe

See also

lex(1), Intro(3), attributes (5)