home *** CD-ROM | disk | FTP | other *** search
- /*-- Rev Header - do NOT edit!
- *
- * Filename : couta.cc
- * Purpose : (Erst einmal) Ersatz von ostream, e.g. cout
- *
- * Program : -
- * Author : Gerhard Müller
- * Copyright: (c) by Gerhard Müller
- * Creation :
- *
- * compile : make
- *
- * Compile version : 0.1
- * Ext. Version : 0.1
- *
- * REVISION HISTORY
- *
- * Date Comment
- * ------------------------ -------------------------------------------------
- * Fri Sep 17 00:43:23 1993 Seems to work quite well, some parts of ios are
- * supported
- *
- *-- REV_END --
- */
-
- /*
- * C++-Includes, C++-Definitionen
- *
- */
-
-
- #include "couta.h"
-
- couta cout;
-