]> diplodocus.org Git - nmh/blob - sbr/print_version.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / sbr / print_version.c
1
2 /*
3 * print_version.c -- print a version string
4 *
5 * $Id$
6 */
7
8 #include <h/mh.h>
9
10
11 void
12 print_version (char *invo_name)
13 {
14 printf("%s -- %s\n", invo_name, version_str);
15 }