1 '\" te
   2 .\" Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved.
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH LIBL 3LIB "Aug 19, 2019"
   7 .SH NAME
   8 libl \- lex library
   9 .SH SYNOPSIS
  10 .nf
  11 cc [ \fIflag\fR... ] \fIfile\fR... \fB-ll\fR [ \fIlibrary\fR... ]
  12 .fi
  13 
  14 .SH DESCRIPTION
  15 Functions in this library provide user interfaces to the \fBlex\fR(1) library.
  16 .SH INTERFACES
  17 The shared object \fBlibl.so.1\fR provides the public interfaces defined below.
  18 See \fBIntro\fR(3) for additional information on shared object interfaces.
  19 .sp
  20 
  21 .sp
  22 .TS
  23 l l
  24 l l .
  25 \fBallprint\fR  \fBallprint_w\fR
  26 \fBmain\fR      \fBsprint\fR
  27 \fBsprint_w\fR  \fByyless\fR
  28 \fByyless_e\fR  \fByyless_w\fR
  29 \fByyracc\fR    \fByyreject\fR
  30 \fByyreject_e\fR        \fByyreject_w\fR
  31 \fByywrap\fR    
  32 .TE
  33 
  34 .SH FILES
  35 .ne 2
  36 .na
  37 \fB/usr/lib/libl.so.1\fR
  38 .ad
  39 .RS 25n
  40 shared object
  41 .RE
  42 
  43 .sp
  44 .ne 2
  45 .na
  46 \fB/usr/lib/64/libl.so.1\fR
  47 .ad
  48 .RS 25n
  49 64-bit shared object
  50 .RE
  51 
  52 .SH ATTRIBUTES
  53 See \fBattributes\fR(5) for descriptions of the following attributes:
  54 .sp
  55 
  56 .sp
  57 .TS
  58 box;
  59 c | c
  60 l | l .
  61 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  62 _
  63 MT-Level        Unsafe
  64 .TE
  65 
  66 .SH SEE ALSO
  67 \fBlex\fR(1), \fBIntro\fR(3), \fBattributes\fR(5)