blob: 828e3552c782787abe1be58702bb07485e84bde5 [file] [log] [blame]
enum {
UNIT_LEN = 11
};
double unit_atof( const char *s );
iperf_size_t unit_atoi( const char *s );
void unit_snprintf( char *s, int inLen, double inNum, char inFormat );