DomainPlug-insDocumentation
Defines | Functions
iso3166-1.c File Reference
#include "iso3166-1-data.h"
#include "iso3166-1.h"
#include <ctype.h>
#include <string.h>

Defines

#define STRDUP   strdup

Functions

char * get_country_name_by_2c (const char *code2c)
char * get_country_name_by_3c (const char *code3c)
char * get_country_name_by_code (const int code)
char * get_country_3c_by_2c (const char *code2c)
int get_country_code_by_2c (const char *code2c)
char * get_country_2c_by_code (const int code)
char * get_country_3c_by_code (const int code)

Define Documentation

#define STRDUP   strdup

Function Documentation

char* get_country_2c_by_code ( const int  code)
char* get_country_3c_by_2c ( const char *  code2c)
char* get_country_3c_by_code ( const int  code)
int get_country_code_by_2c ( const char *  code2c)
char* get_country_name_by_2c ( const char *  code2c)
char* get_country_name_by_3c ( const char *  code3c)
char* get_country_name_by_code ( const int  code)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines