|
|
researchv10 Norman
/* print_self_default.C -- bailout versions of print_self and format_self */
/*
$Source: /var/lib/cvsd/repos/research/researchv10no/cmd/cfront/ooptcfront/print_self.c,v $ $RCSfile: print_self.c,v $
$Revision: 1.1.1.1 $ $Date: 2018/04/24 17:21:35 $
$Author: root $ $Locker: $
$State: Exp $
*/
#include <print_self.H>
int ostream_printf (ostream&, const char * ...);
int _Print_self::print_self (ostream& stream) const
{
return ostream_printf (stream, "<%s at 0x%p>",
this->type_name(), (void *) this);
}
int _Print_self::format_self (ostream& stream) const
{
return ostream_printf (stream, "<%s at 0x%p>",
this->type_name(), (void *) this);
}
static char rcsinfo[] = "$Header: /var/lib/cvsd/repos/research/researchv10no/cmd/cfront/ooptcfront/print_self.c,v 1.1.1.1 2018/04/24 17:21:35 root Exp $";
/*
$Log: print_self.c,v $
Revision 1.1.1.1 2018/04/24 17:21:35 root
researchv10 Norman
Revision 1.4 89/09/19 11:49:58 benson
rename print_self_class to _Print_self.
Revision 1.3 89/09/19 11:41:40 benson
add consts.
Revision 1.2 89/09/18 15:28:21 benson
cosmetic improvements.
end_log
*/
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.