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:     struct tws *t;
  14:     char buf[1024];
  15: 
  16:     while (gets(buf)) {
  17:     t = dparsetime (buf);
  18:     printf ("%s\n", dasctime (t));
  19:     }
  20:     exit (0);
  21: }

Defined functions

main defined in line 9; never used
Last modified: 1986-03-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 812
Valid CSS Valid XHTML 1.0 Strict