country.c

来自「开放源码的编译器open watcom 1.6.0版的源代码」· C语言 代码 · 共 29 行

C
29
字号
// Created: JAM 08/24/92 -- created to move large static from header; I
//                       don't know why it was in the header file which
//                       is #included by <Data_Time.h>!

#include <cool/country.h>

const char* const country_names[] = {           // ASCII country names
  "Unknown Country",
  "United States",
  "French Canadian",
  "Latin America",
  "Netherlands",
  "Belgium",
  "France",
  "Spain",
  "Italy",
  "Switzerland",
  "United Kingdom",
  "Denmark",
  "Sweden",
  "Norway",
  "Germany",
  "Portugal",
  "Finland",
  "Arabic Countries",
  "Israel"          
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?