Skip to main content

fcvt

Function fcvt 

Source
pub extern "C" fn fcvt(
    value: c_double,
    ndigit: c_int,
    decpt: *mut c_int,
    sign: *mut c_int,
) -> *mut c_char
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/009695399/functions/ecvt.html.

ยงDeprecation

The fcvt() function was marked as legacy in the Open Group Base Specifications Issue 6, and the function was removed in Issue 7.