home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_USR08B.LHA / gerlib / examples / add / baserel / couta.cc < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-12  |  665 b   |  35 lines

  1. /*-- Rev Header - do NOT edit!
  2.  *
  3.  *  Filename : couta.cc
  4.  *  Purpose  : (Erst einmal) Ersatz von ostream, e.g. cout
  5.  *
  6.  *  Program  : -
  7.  *  Author   : Gerhard Müller
  8.  *  Copyright: (c) by Gerhard Müller
  9.  *  Creation :
  10.  *
  11.  *  compile  : make
  12.  *
  13.  *  Compile version  : 0.1
  14.  *  Ext. Version     : 0.1
  15.  *
  16.  *  REVISION HISTORY
  17.  *
  18.  *  Date                     Comment
  19.  *  ------------------------ -------------------------------------------------
  20.  *  Fri Sep 17 00:43:23 1993 Seems to work quite well, some parts of ios are 
  21.  *                           supported
  22.  *
  23.  *-- REV_END --
  24.  */
  25.  
  26.     /*
  27.      * C++-Includes, C++-Definitionen
  28.      *
  29.      */
  30.  
  31.  
  32. #include "couta.h"
  33.  
  34. couta cout;
  35.