ack/lang/cem/lint/llib
1988-09-30 11:45:14 +00:00
..
c.llb Initial commit 1988-09-30 11:45:14 +00:00
curses.llb Initial commit 1988-09-30 11:45:14 +00:00
m.llb Initial commit 1988-09-30 11:45:14 +00:00
Makefile Initial commit 1988-09-30 11:45:14 +00:00
README Initial commit 1988-09-30 11:45:14 +00:00
termlib.llb Initial commit 1988-09-30 11:45:14 +00:00
unix7.c Initial commit 1988-09-30 11:45:14 +00:00

# (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 llib-lc contains all entries
from termlib, curses and math as well, which provides the user with
advanced 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 llib-lc by calling

	make llib-lc  (or just make)

If one of the other entries is a shade off, it is unsually easier to edit
llib-lc by hand.

Empty files for llib-ltermlib, llib-lcurses and llib-lm are provided
for compatibility.