home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume17 / contest-prog / part01 / seconds.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-06  |  65 b   |  5 lines

  1. main(){
  2.     long time(), t;
  3.     printf("%ld\n",time( (long *) 0 ));
  4.     }
  5.