Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
384 bytes
|
Line | |
---|
1 | /*
|
---|
2 | ** <potm.c> -- Print out the phase of the moon ...
|
---|
3 | **
|
---|
4 | ** programmer: John Dilley (mordred:jad)
|
---|
5 | **
|
---|
6 | ** creation date: Sat Feb 9 14:27
|
---|
7 | **
|
---|
8 | **
|
---|
9 | ** modification history
|
---|
10 | **
|
---|
11 | */
|
---|
12 |
|
---|
13 | static char potm[64];
|
---|
14 |
|
---|
15 | main()
|
---|
16 | {
|
---|
17 | moontxt(potm);
|
---|
18 | printf("Phase-of-the-Moon:%s\n", potm+11);
|
---|
19 | }
|
---|
20 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.