shithub: riscv

ref: 87c2d23c8fa108f08cd5a5342d1e0c2c79497c17
dir: /sys/src/cmd/python/Tools/modulator/Templates/object_head/

View raw version

/* Declarations for objects of type $name$ */

typedef struct {
	PyObject_HEAD
	/* XXXX Add your own stuff here */
} $abbrev$object;

static PyTypeObject $Abbrev$type;



/* ---------------------------------------------------------------- */