lc - list contents of a directory

This is my directory lister version 1.0.  It is a very down and
dirty directory lister.  It does not give file size or disk space
left, but I like it because it separates the directories and the
files.

It is based on a UNIX version written by the University of Waterloo,
Math Faculty Computing Facility staff.  There are probably other
versions which are similar that were written by others.

This version of lc differs from other versions I have seen for the
PC by the options it allows.

I am distributing this as FREEWARE.  There is no charge, and it may be
freely copied and passed on as long as no fee is charged for the
software itself.  The only thing I ask is, PLEASE keep the copyright
notices intact, and only distribute the original archive.

copyright (c) 1990 by Paul Frattaroli

ps: I have included a makefile for Turbo MAKE (or any other reasonable
make utility) but the program doesn't really need one. (it is just one
source file)  However, I specify a bunch of command line arguments to
tcc, and I am too lazy to type them every time I compile the program.
