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: }

Defined functions

main defined in line 9; never used
Last modified: 1985-05-23
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 787
Valid CSS Valid XHTML 1.0 Strict