home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1988 Bellcore
- * All Rights Reserved
- * Permission is granted to copy or use this program, EXCEPT that it
- * may not be sold for profit, the copyright notice must be reproduced
- * on copies, and credit should be given to Bellcore where it is due.
- * BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
- */
- /* $Header: line.c,v 4.2 88/07/07 10:57:06 sau Exp $
- $Source: /tmp/mgrsrc/src/oblit/RCS/line.c,v $
- */
- static char RCSid_[] = "$Source: /tmp/mgrsrc/src/oblit/RCS/line.c,v $$Revision: 4.2 $";
-
- /* Draw a line stub */
-
- #include "bitmap.h"
-
- bit_line(dest, x0, y0, x1, y1, func)
- BITMAP *dest;
- int x0, y0, x1, y1;
- int func;
- {
- }
-