|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 799 (0x31f) Types: TextFile Names: »bigcheapmoon.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xphoon/bigcheapmoon.c«
#ifndef lint static char rcsid[] = "@(#) $Header: bigcheapmoon.c,v 1.6 88/08/26 22:29:18 jef Exp $ (LBL)"; #endif /* ** Copyright (C) 1988 by Jef Poskanzer and Craig Leres. ** ** Permission to use, copy, modify, and distribute this software and its ** documentation for any purpose and without fee is hereby granted, provided ** that the above copyright notice appear in all copies and that both that ** copyright notice and this permission notice appear in supporting ** documentation. This software is provided "as is" without express or ** implied warranty. */ #include <bigcheapmoon.xbm> getbitmap(w, h, bits, cx, cy, r) int *w, *h; char **bits; int *cx, *cy, *r; { *w = bigcheapmoon_width; *h = bigcheapmoon_height; *bits = bigcheapmoon_bits; *cx = 800; *cy = 645; *r = 378; }