|
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 c
Length: 784 (0x310) Types: TextFile Names: »cheapmoon.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/X/Xphoon/cheapmoon.c«
#ifndef lint static char rcsid[] = "@(#) $Header: cheapmoon.c,v 1.6 88/09/02 23:09:25 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 <cheapmoon.xbm> getbitmap(w, h, bits, cx, cy, r) int *w, *h; char **bits; int *cx, *cy, *r; { *w = cheapmoon_width; *h = cheapmoon_height; *bits = cheapmoon_bits; *cx = 576; *cy = 455; *r = 378; }