Category : Modula II Source Code
Archive   : PCKERM.ZIP
Filename : PAD.DEF

 
Output of file : PAD.DEF contained in archive : PCKERM.ZIP
DEFINITION MODULE PAD; (* Packet Assembler/Disassembler for Kermit *)

EXPORT QUALIFIED
PacketType, yourNPAD, yourPADC, yourEOL, Send, Receive;

TYPE
(* PacketType used in both PAD and DataLink modules *)
PacketType = ARRAY [1..100] OF CHAR;

VAR
(* yourNPAD, yourPADC, and yourEOL used in both PAD and DataLink *)
yourNPAD : CARDINAL; (* number of padding characters *)
yourPADC : CHAR; (* padding characters *)
yourEOL : CHAR; (* End Of Line -- terminator *)

PROCEDURE Send;
(* Sends a file after prompting for filename *)

PROCEDURE Receive;
(* Receives a file (or files) *)

END PAD.

  3 Responses to “Category : Modula II Source Code
Archive   : PCKERM.ZIP
Filename : PAD.DEF

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/