ceriel 26edba4590 removed Makefile, added README 28 vuotta sitten
..
.distr 26edba4590 removed Makefile, added README 28 vuotta sitten
ChangeLog 4a70e280f6 Adapted for ACK distribution 33 vuotta sitten
README f26dd7bb01 Header --> Id 30 vuotta sitten
ansi_c.llb 4a70e280f6 Adapted for ACK distribution 33 vuotta sitten
c.llb b6b710d21b Updated c.llb 33 vuotta sitten
curses.llb 9334204e0f Initial commit 36 vuotta sitten
m.llb 9334204e0f Initial commit 36 vuotta sitten
proto.make f26dd7bb01 Header --> Id 30 vuotta sitten
termlib.llb 9334204e0f Initial commit 36 vuotta sitten
unix7.c f26dd7bb01 Header --> Id 30 vuotta sitten

README

# (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
# See the copyright notice in the ACK home directory, in the file "Copyright".
#
# $Id$

This directory contains the standard lint libraries. Normally, nothing
needs to be done here. The standard library c.llb contains all entries
from termlib, curses and math as well, which provides the user with
advance warnings if he inadvertently uses a global name that is also
used by one of these libraries.

A file with a UNIX 7 view of the system calls is provided, named unix7.c.
If need be it can be updated and merged into c.llb by calling

make c.llb (or just make)

If one of the other entries is a shade off, it is unsually easier to edit
c.llb by hand.

Empty files for termlib.llb, curses.llb and m.llb are provided
for compatibility.