strtod_si.h File Reference
#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
|
Function Documentation
__U2_BEGIN_DECLS int strtod_si |
( |
const char * |
s, |
|
|
double * |
result | |
|
) |
| | |
convert string at s to double honoring any trailing SI suffixes
- Parameters:
-
[in] | s | is the string to convert |
[out] | result | is the converted value |
- Returns:
- non-zero iff conversion was successful.