Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / lint / llib / README
1 # (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
2 # See the copyright notice in the ACK home directory, in the file "Copyright".
3 #
4 # $Id: README,v 1.4 1994/06/24 12:24:05 ceriel Exp $
5
6 This directory contains the standard lint libraries.  Normally, nothing
7 needs to be done here.  The standard library c.llb contains all entries
8 from termlib, curses and math as well, which provides the user with
9 advance warnings if he inadvertently uses a global name that is also
10 used by one of these libraries.
11
12 A file with a UNIX 7 view of the system calls is provided, named unix7.c.
13 If need be it can be updated and merged into c.llb by calling
14
15         make c.llb  (or just make)
16
17 If one of the other entries is a shade off, it is unsually easier to edit
18 c.llb by hand.
19
20 Empty files for termlib.llb, curses.llb and m.llb are provided
21 for compatibility.
22