cbtype.c 1.1 KB

123456789101112131415161718192021222324252627282930
  1. /*
  2. * This file is part of the UCB release of Plan 9. It is subject to the license
  3. * terms in the LICENSE file found in the top-level directory of this
  4. * distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
  5. * part of the UCB release of Plan 9, including this file, may be copied,
  6. * modified, propagated, or distributed except according to the terms contained
  7. * in the LICENSE file.
  8. */
  9. #include "cbtype.h"
  10. unsigned char _cbtype_[] = {
  11. 0,
  12. _C, _C, _C, _C, _C, _C, _C, _C,
  13. _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
  14. _C, _C, _C, _C, _C, _C, _C, _C,
  15. _C, _C, _C, _C, _C, _C, _C, _C,
  16. _S, _P|_O, _P, _P, _P, _P|_O, _P|_O, _P,
  17. _P, _P, _P|_O, _P|_O, _P, _P|_O, _P, _P|_O,
  18. _N, _N, _N, _N, _N, _N, _N, _N,
  19. _N, _N, _P, _P, _P|_O, _P|_O, _P|_O, _P,
  20. _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U,
  21. _U, _U, _U, _U, _U, _U, _U, _U,
  22. _U, _U, _U, _U, _U, _U, _U, _U,
  23. _U, _U, _U, _P, _P, _P, _P|_O, _P|_L,
  24. _P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
  25. _L, _L, _L, _L, _L, _L, _L, _L,
  26. _L, _L, _L, _L, _L, _L, _L, _L,
  27. _L, _L, _L, _P, _P|_O, _P, _P, _C
  28. };