loc_database_get_country - Fetch country information from the database
Contents
Description
This function fetches information about the country with the matching code.
Name
loc_database_get_country - Fetch country information from the database
Return Value
On success, zero is returned. Otherwise non-zero is being returned and errno is set accordingly.
See Also
libloc(3)
Synopsis
#include <libloc/database.h>
int loc_database_get_country(struct loc_database* db, struct loc_country** country, const char* code);
