double RSP_bigSizeConvert(char *data);
double RSP_bigSizeConvert
This function converts the given string data to a double representation.
Available suffixes are:
megabytes
gigabytes
terabytes
Returns a double integer representation of the given data (or -1 if an error occurred).
If an error occurs, -1 will be returned and rsp_error will be set to the following error code:
RSP_INVALID_ARGS
RSP_BAD_CONVERT
RSP_LOW_MEM