projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added -clobber switch to mhstore(1) [Bug #11160].
[mmh]
/
docs
/
historical
/
mh-6.8.5
/
zotnet
/
tws
/
date.c
1
/* date.c */
2
3
#include "tws.h"
4
#include <stdio.h>
5
6
7
/* ARGSUSED */
8
9
main (argc, argv)
10
int argc;
11
char **argv;
12
{
13
printf ("%s\n", dtimenow ());
14
15
exit (0);
16
}