Listing 8 moutinst.cpp — builds a static object for DLL

// MOUTINST.CPP
// Used to build a static object
// to be stored in the Windows
// .LIB file for the DLL.

#include "mstream.h"
       // static instance of class
mstream mout;

/* End of File */