Category : C Source Code
Archive   : MONO.ZIP
Filename : MONODOS.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
// Class Function Prototypes
// Non-class Function Prototypes
// Inline Non-class Functions
// Inline Class Functions
//
// End -----------------------------------------------------------------------
#ifndef __MONO_H
#define __MONO_H
// Interface Dependencies ----------------------------------------------------
// End Interface Dependencies ------------------------------------------------
// Implementation Dependencies -----------------------------------------------
// 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 int MONOOFF;
// End External Variables ----------------------------------------------------
// Class Function Prototypes -------------------------------------------------
// End Class Function Prototypes ---------------------------------------------
// Non-class Function Prototypes ---------------------------------------------
#ifdef __cplusplus
extern "C"{
#endif
void monoOff( void );
void monoOn( void );
void mPrint( int newLine, char far *message );
void mPrintf( int newLine, char *message,... );
#ifdef __cplusplus
}
#endif
// End Non-class Function Prototypes -----------------------------------------
// Inline Non-class Functions ------------------------------------------------
// End Inline Non-class Functions --------------------------------------------
// Inline Class Functions ----------------------------------------------------
// End Inline Class Functions ------------------------------------------------
// End of File : MONO.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/