Definition at line 399 of file lwprint.c.
413 sz = strlen(lat_text) + strlen(lon_text) + 2;
415 snprintf(result, sz,
"%s %s", lat_text, lon_text);
void * lwalloc(size_t size)
static char * lwdouble_to_dms(double val, const char *pos_dir_symbol, const char *neg_dir_symbol, const char *format)
static void lwprint_normalize_latlon(double *lat, double *lon)
References lwalloc(), lwdouble_to_dms(), lwfree(), and lwprint_normalize_latlon().
Referenced by lwpoint_to_latlon().