summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_print
blob: 017712e3b863e5a40188d0bf3700aca057870925 (plain)
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;
}