Skip to content
  • Ell's avatar
    app: add gimp_ascii_strtoi() and gimp_ascii_strotod() · 3301c061
    Ell authored
    ... which are similar to g_ascii_strtoll() (except that
    gimp_ascii_strtoi returns a gint, and not a gint64), and
    g_ascii_strtod(), however, they make error checking simpler, by
    returning a boolean value, indicating whether the conversion was
    successful (taking both conversion and range errors into account),
    and return the actual value through a pointer.
    3301c061