home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1996 May
/
PCDMAY.ISO
/
software
/
clarion
/
gauge
/
gauge.z
/
DSIEVE1.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-03-08
|
93 b
|
13 lines
unit DSieve1;
interface
implementation
procedure RunSieve;
begin
end;
end.