summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_tp_print
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_tp_print')
-rw-r--r--Tools/modulator/Templates/object_tp_print10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/modulator/Templates/object_tp_print b/Tools/modulator/Templates/object_tp_print
new file mode 100644
index 0000000..017712e
--- /dev/null
+++ b/Tools/modulator/Templates/object_tp_print
@@ -0,0 +1,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;
+}