GNU Radio 3.2.2 C++ API
|
#include "usrp2_cdefs.h"
Go to the source code of this file.
Functions | |
__U2_BEGIN_DECLS int | strtod_si (const char *s, double *result) |
convert string at s to double honoring any trailing SI suffixes |
__U2_BEGIN_DECLS int strtod_si | ( | const char * | s, |
double * | result | ||
) |
convert string at s to double honoring any trailing SI suffixes
[in] | s | is the string to convert |
[out] | result | is the converted value |