/* China.h */ #ifndef China_h #define China_h extern const char *China_ProvinceName [29]; int China_GetProvinceNum (int LabelNum); #endif