cpython/Tools/modulator/Templates/object_tp_print

8 lines
131 B
Plaintext
Raw Normal View History

1995-03-02 10:05:29 -04:00
static int
$abbrev$_print($abbrev$object *self, FILE *fp, int flags)
1995-03-02 10:05:29 -04:00
{
/* XXXX Add code here to print self to fp */
return 0;
}