H A D | baum.c | 11 * furnished to do so, subject to the following conditions: 131 #define DO(dots, ascii) \ macro 134 DO(0, ' '), 135 DO(BRLAPI_DOTS(1, 0, 0, 0, 0, 0, 0, 0), 'a'), 136 DO(BRLAPI_DOTS(1, 1, 0, 0, 0, 0, 0, 0), 'b'), 137 DO(BRLAPI_DOTS(1, 0, 0, 1, 0, 0, 0, 0), 'c'), 138 DO(BRLAPI_DOTS(1, 0, 0, 1, 1, 0, 0, 0), 'd'), 139 DO(BRLAPI_DOTS(1, 0, 0, 0, 1, 0, 0, 0), 'e'), 140 DO(BRLAPI_DOTS(1, 1, 0, 1, 0, 0, 0, 0), 'f'), 141 DO(BRLAPI_DOTS(1, 1, 0, 1, 1, 0, 0, 0), 'g'), [all …]
|