Definition at line 402 of file lwprint.c.
416 sz = strlen(lat_text) + strlen(lon_text) + 2;
418 snprintf(
result, sz,
"%s %s", lat_text, lon_text);
char result[OUT_DOUBLE_BUFFER_SIZE]
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(), lwprint_normalize_latlon(), and result.
Referenced by lwpoint_to_latlon().