DomainPlug-insDocumentation
iso3166-1.h
Go to the documentation of this file.
00001 #ifndef ISO3166_1_H
00002 #define ISO3166_1_H
00003 #ifdef __cplusplus
00004 extern "C" {
00005 #endif
00006 
00007 char * get_country_name_by_2c(const char * code2c);
00008 char * get_country_name_by_3c(const char * code3c);
00009 char * get_country_name_by_code(const int code);
00010 char * get_country_3c_by_2c(const char * code2c);
00011 int get_country_code_by_2c(const char * code2c);
00012 char * get_country_2c_by_code(const int code);
00013 char * get_country_3c_by_code(const int code);
00014 
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 #endif
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines