DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦726ec442a⟧ TextFile

    Length: 273 (0x111)
    Types: TextFile
    Names: »potm.c«

Derivation

└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen
    └─ ⟦this⟧ »cph85dist/astro/today/potm.c« 

TextFile

/*
**	<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);
}