object_tp_print 151 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10

static int
$abbrev$_print(self, fp, flags)
	$abbrev$object *self;
	FILE *fp;
	int flags;
{
	/* XXXX Add code here to print self to fp */
	return 0;
}