#include "config.h"
#include "stdlib.h"
Go to the source code of this file.
Functions |
int | nmea_calc_crc (const char *buff, int buff_sz) |
int | nmea_atoi (const char *str, size_t str_sz, int radix) |
double | nmea_atof (const char *str, int str_sz) |
int | nmea_printf (char *buff, int buff_sz, const char *format,...) |
int | nmea_scanf (const char *buff, int buff_sz, const char *format,...) |
Function Documentation
double nmea_atof |
( |
const char * |
str, |
|
|
int |
str_sz |
|
) |
| |
int nmea_atoi |
( |
const char * |
str, |
|
|
size_t |
str_sz, |
|
|
int |
radix |
|
) |
| |
int nmea_calc_crc |
( |
const char * |
buff, |
|
|
int |
buff_sz |
|
) |
| |
int nmea_printf |
( |
char * |
buff, |
|
|
int |
buff_sz, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
int nmea_scanf |
( |
const char * |
buff, |
|
|
int |
buff_sz, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |