GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/gis.h>
Go to the source code of this file.
Macros | |
#define | MARKER 1 |
Functions | |
int | G_lat_scan (const char *buf, double *lat) |
int | G_lon_scan (const char *buf, double *lon) |
int | G_llres_scan (const char *buf, double *res) |
int G_lat_scan | ( | const char * | buf, |
double * | lat | ||
) |
Definition at line 44 of file ll_scan.c.
Referenced by G_scan_northing().
int G_llres_scan | ( | const char * | buf, |
double * | res | ||
) |
int G_lon_scan | ( | const char * | buf, |
double * | lon | ||
) |
Definition at line 49 of file ll_scan.c.
Referenced by G_scan_easting().