home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mgr / sparcmgr / src.zoo / src / stub_lib / line.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-03  |  744 b   |  23 lines

  1. /*                        Copyright (c) 1988 Bellcore
  2.  *                            All Rights Reserved
  3.  *       Permission is granted to copy or use this program, EXCEPT that it
  4.  *       may not be sold for profit, the copyright notice must be reproduced
  5.  *       on copies, and credit should be given to Bellcore where it is due.
  6.  *       BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM.
  7.  */
  8. /*    $Header: line.c,v 4.2 88/07/07 10:57:06 sau Exp $
  9.     $Source: /tmp/mgrsrc/src/oblit/RCS/line.c,v $
  10. */
  11. static char    RCSid_[] = "$Source: /tmp/mgrsrc/src/oblit/RCS/line.c,v $$Revision: 4.2 $";
  12.  
  13. /*  Draw a line stub */
  14.  
  15. #include "bitmap.h"
  16.  
  17. bit_line(dest, x0, y0, x1, y1, func)
  18. BITMAP *dest;
  19. int x0, y0, x1, y1;
  20. int func;
  21.    {
  22.    }
  23.