Changeset 0580615 in buchla-68k for vlib/lseg.c


Ignore:
Timestamp:
07/08/2017 02:42:31 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
342a56f
Parents:
46d8069
Message:

Point of no return.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/lseg.c

    r46d8069 r0580615  
    4141*/
    4242
    43 lseg(x1, y1, x2, y2, t)
    44 short x1, y1, x2, y2, t;
     43void lseg(short x1, short y1, short x2, short y2, short t)
    4544{
    4645        register short dx, dy, ptx, pty, p;
Note: See TracChangeset for help on using the changeset viewer.