home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume4
/
unaxcess
/
part1
/
Utilities
/
udate.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1986-11-30
|
317 b
|
17 lines
/*
* %W% %E% %U% ncoast!bsa %Z%
* %Z% Copyright (C) 1986 by Brandon S. Allbery, All Rights Reserved %Z%
*/
#ifndef lint
static char _SccsId[] = "%W% %E% %U% ncoast!bsa %Z%";
static char _CopyRt[] = "%Z% Copyright (C) 1985 by Brandon S. Allbery %Z%";
#endif lint
char *longdate();
main()
{
puts(longdate());
}