|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 183 (0xb7) Types: TextFile Names: »test.bye.cc«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« └─⟦23757c458⟧ └─⟦this⟧ »libg++/tests/test.bye.cc«
#include <Incremental.h> DECLARE_INIT_FUNCTION (init_1); #include "test0.h" static ofile bye ("/dev/tty"); static void init_1 () { bye << "And a very good bye from bye.cc!\n"; }