chrislim2888 / IP2Location-C-Library

IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
https://www.ip2location.com
MIT License
61 stars 30 forks source link

Use anonymous unions for aliased IP2LocationRecord members #60

Closed lytboris closed 9 months ago

lytboris commented 9 months ago

Using anonymous unions gives a smaller memory footprint and eliminate copying.