DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦067bc9173⟧ TextFile

    Length: 311 (0x137)
    Types: TextFile
    Notes: UNIX file
    Names: »graph.h«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »frankh/gsrc/graph.h« 

TextFile

/*
 * For plotting routines
 */

double	line(),
	point(),
	sin(),
	clear(),
	polar(),
	plot(),
	xscale,	yscale,
	xfudge,	yfudge,
	xoff, yoff;

#define	YMAX	799.0
#define	XMAX	799.0

/*

	xscale = 1024.0 / 2.0;
	yscale = 800.0 / 2.0;
	xfudge = 15.0;
	yfudge = 15.0;
	xoff = 1024.0 / 2.0;
	yoff = 800.0 / 2.0;
*/