view src/bitmaps/gray.xbm @ 62627:30ac735c84d8

(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany, notevery, signum, isqrt, concatenate, list-length, get*, getf, cl-remprop): Improve argument/docstring consistency.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 22 May 2005 17:48:02 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};