|
Last change
on this file since a838f5b was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 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.