Tor  0.4.7.0-alpha-dev
Macros | Typedefs
country.h File Reference

Country type for geoip. More...

#include "lib/cc/torint.h"

Go to the source code of this file.

Macros

#define COUNTRY_MAX   INT16_MAX
 

Typedefs

typedef int16_t country_t
 

Detailed Description

Country type for geoip.

Definition in file country.h.

Macro Definition Documentation

◆ COUNTRY_MAX

#define COUNTRY_MAX   INT16_MAX

Maximum value for country_t.

Definition at line 20 of file country.h.

Typedef Documentation

◆ country_t

typedef int16_t country_t

A signed integer representing a country code.

Definition at line 17 of file country.h.