projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Documented the minchars field of struct swit to the best of my understanding.
[mmh]
/
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
}