ceriel d7964e75d7 Added clean entry 33 years ago
..
.distr d202b80bcf Adapted for ACK distribution 33 years ago
ChangeLog d202b80bcf Adapted for ACK distribution 33 years ago
Makefile 429d527a64 more and better declarations in c.llb 35 years ago
README 429d527a64 more and better declarations in c.llb 35 years ago
ansi_c.llb d202b80bcf Adapted for ACK distribution 33 years ago
c.llb 3777699ed4 Updated c.llb 33 years ago
curses.llb 63d95a5f0e Initial commit 36 years ago
m.llb 63d95a5f0e Initial commit 36 years ago
proto.make d7964e75d7 Added clean entry 33 years ago
termlib.llb 63d95a5f0e Initial commit 36 years ago
unix7.c 429d527a64 more and better declarations in c.llb 35 years ago

README

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

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.