home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
pibsoft
/
terminal
/
source
/
pt4asci.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-03-04
|
414 b
|
19 lines
UNIT PT4ASCI;
INTERFACE
USES
Dos, Crt, GlobType, StringMan, GlobRout, PibTimer, PibAsync;
(* EXPORTS *)
PROCEDURE Receive_Ascii_File;
PROCEDURE Send_Ascii_File;
IMPLEMENTATION
(* Ascii downloads *)
{$I RECEIVEA.MOD }
(* Ascii uploads *)
{$I SENDASCI.MOD }
END (* PT4ASCI *).