key/key-io.c: Add low-level `key_mergeline' and `key_extractline' functions.
[catacomb] / symm / stub.c.in
index 59721da..54959f8 100644 (file)
@@ -4,3 +4,8 @@
 %#
 /* -*-c-*- */
 typedef int uninteresting;
+#ifdef TEST_RIG
+#include <stdio.h>
+int main(void)
+  { printf("Your princess is in castle `@base.t'.\n"); return (0); }
+#endif