Category : C Source Code
Archive   : MONO.ZIP
Filename : MONODLL.H
// Contents ------------------------------------------------------------------
//
// Description
//
// These routines allow a secondary monochrome monitor to be
// used as a debugging screen.
//
// Organization
//
// Interface Dependencies
// Implementation Dependencies
// Enum and Define Section
// Structure and Union Definition Section
// External Variables
// Function Prototypes
//
// End -----------------------------------------------------------------------
#ifndef __MONODLL_H
#define __MONODLL_H
// Interface Dependencies ----------------------------------------------------
// End Interface Dependencies ------------------------------------------------
// Implementation Dependencies -----------------------------------------------
#include
// End Implementation Dependencies -------------------------------------------
// Enum and Define Section ---------------------------------------------------
#define MONOBUFSIZE 256 /* variable parameter buffer size */
#define CPL 80 /* Characters Per Line */
#define LPP 25 /* Lines Per Page */
// End Enum and Define Section -----------------------------------------------
// Structure and Union Definition Section ------------------------------------
// End Structure and Union Definition Section --------------------------------
// External Variables --------------------------------------------------------
extern WORD _B000H;
// End External Variables ----------------------------------------------------
// Function Prototypes -------------------------------------------------------
#ifdef __cplusplus
extern "C"{
#endif
VOID FAR PASCAL _export monoOff( void );
VOID FAR PASCAL _export monoOn( void );
VOID FAR PASCAL _export mPrint( int newLine, char FAR *message );
#ifdef __cplusplus
}
#endif
// End Function Prototypes ---------------------------------------------------
// End of File : MONODLL.H
#endif
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
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/