home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
CLIPPER
/
MISC
/
XBBS7200.ZIP
/
XBBS7200.TAR
/
today
/
potm.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1985-11-14
|
273 b
|
20 lines
/*
** <potm.c> -- Print out the phase of the moon ...
**
** programmer: John Dilley (mordred:jad)
**
** creation date: Sat Feb 9 14:27
**
**
** modification history
**
*/
static char potm[64];
main()
{
moontxt(potm);
printf("Phase-of-the-Moon:%s\n", potm+11);
}