home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / clarion / gauge / gauge.z / DSIEVE1.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-03-08  |  93 b   |  13 lines

  1. unit DSieve1;
  2.  
  3. interface
  4.  
  5. implementation
  6.  
  7. procedure RunSieve;
  8. begin
  9.  
  10. end;
  11.  
  12. end.
  13.