progs/mkphrase.c: Fix trailing spaces in usage message.
[catacomb] / symm / stub.c.in
CommitLineData
24497005
MW
1%## -*-c-*-
2%##
3%## Skeleton stub source file.
4%#
5/* -*-c-*- */
6typedef int uninteresting;
7a94b69f
MW
7#ifdef TEST_RIG
8#include <stdio.h>
9int main(void)
10 { printf("Your princess is in castle `@base.t'.\n"); return (0); }
11#endif