Function

Vipsstrtod

Declaration [src]

int
vips_strtod (
  const char* str,
  double* out
)

Description

No description available.

Parameters

str const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
out double*
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: int
  No description available.