nmea_atoi
if (nmea_atoi(&np->speed.value, fld[7]))
if (nmea_atoi(&np->altitude.value, fld[9]))
int nmea_atoi(int64_t *dst, char *src);