DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

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

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c4c99a413⟧ TextFile

    Length: 408 (0x198)
    Types: TextFile
    Notes: UNIX file
    Names: »gks.h«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/include/gks.h« 

TextFile

/* GKS Type Definitions.*/
/* -------------------- */

typedef double	Real;

typedef struct {
	Real	w_x, w_y;
	} Wc;			/* World coordinates.*/

typedef struct {
	Wc	w_ll, w_ur;	/* Lower left corner, upper right corner.*/
	} Wrect;		/* World coordinate rectangle.*/

typedef struct {
	Real	n_x, n_y;
	} Nc;

typedef struct {
	Nc	n_ll, n_ur;
	} Nrect;

typedef struct {
	Real  x,y;
} point;

typedef int *Wsi;