Category : C Source Code
Archive   : MONO.ZIP
Filename : MONOWIN.H

 
Output of file : MONOWIN.H contained in archive : MONO.ZIP
// File : MONOWIN.H

// Contents ------------------------------------------------------------------
//
// Description
//
// These routines allow a secondary monochrome monitor to be
// used as a debugging screen. They are to be used with the MONODLL
// dynamic link library and actually require MONODLL.
//
// These routines take the same parameters as printf. They accept
// a format string and a variable number of parameters. Since they
// have a variable number of parameters, they cannot be defined as
// PASCAL and have therefore been left out of MONODLL.
//
// Organization
//
// Interface Dependencies
// Implementation Dependencies
// Enum and Define Section
// Structure and Union Definition Section
// External Variables
// Function Prototypes
//
// End -----------------------------------------------------------------------

#ifndef __MONOSTAT_H
#define __MONOSTAT_H

// Interface Dependencies ----------------------------------------------------
#include "monodll.h"
// End Interface Dependencies ------------------------------------------------

// Implementation Dependencies -----------------------------------------------
// End Implementation Dependencies -------------------------------------------

// Enum and Define Section ---------------------------------------------------
#define MONOBUFSIZE 256 /* variable parameter buffer size */
// End Enum and Define Section -----------------------------------------------

// Structure and Union Definition Section ------------------------------------
// End Structure and Union Definition Section --------------------------------

// External Variables --------------------------------------------------------
// End External Variables ----------------------------------------------------

// Function Prototypes -------------------------------------------------------

#ifdef __cplusplus
extern "C"{
#endif

VOID FAR mPrintf( int newLine, char FAR *message,... );

#ifdef __cplusplus
}
#endif

// End Function Prototypes ---------------------------------------------------

// End of File : MONOWIN.H
#endif


  3 Responses to “Category : C Source Code
Archive   : MONO.ZIP
Filename : MONOWIN.H

  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/