Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1012 B

  1. // =========================================================================
  2. // Copyright (C) 1997, Microsoft Corporation. All Rights Reserved.
  3. // =========================================================================
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <io.h>
  7. #include "basecore.hpp"
  8. #include "basegbl.hpp"
  9. char TempCikha[7][9] =
  10. {
  11. {__K_I, __V_k, __K_S_D, __K_I, __V_j, __K_S_D, __K_I, __V_m, 0},
  12. {__K_I, __V_k, __K_S_D, __K_I, __V_m, 0, 0, 0, 0},
  13. {__K_I, __V_j, __K_S_D, __K_I, __V_j, __K_S_D, __K_I, __V_m, 0},
  14. {__K_I, __V_j, __K_S_D, __K_I, __V_m, 0, 0, 0, 0},
  15. {__K_S_D, __K_I, __V_j, __K_S_D, __K_I, __V_m, 0, 0, 0},
  16. {__K_S_D, __K_I, __V_m, 0, 0, 0, 0, 0, 0},
  17. {__K_I, __V_m, 0, 0, 0, 0, 0, 0, 0}
  18. };