iso3166.h
来自「ISO3166国际标准」· C头文件 代码 · 共 27 行
H
27 行
/*
** FTA2000 ISO3166 Country Support
**
** File Rev $Revision: \main\20010426_1.4_integration_branch\1 $
**
** Date $Date: Wed May 22 11:54:04 2002 $
**
** Machine generated source file containing 230 countries
**
** Each entry contains the name of the country (in English)
** and Base-26 (in decimal!) representations of the iso3166
** code. Using numerical references saves storage space and
** speeds searching.
*/
struct COUNTRY
{
unsigned char *name;
unsigned short code;
};
#define COUNTRY_COUNT 230
extern struct COUNTRY countries[];
/* The END */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?