strfromf (3) Linux Manual Page
strfromd, strfromf, strfroml – convert a floating-point value into a string Synopsis #include <stdlib.h> int strfromd(char *restrict str, size_t n, const char *restrict format, double fp); int strfromf(char *restrict str, size_t n, const char *restrict format, float fp); int strfroml(char *restrict str, size_t n, const char *restrict format, long double fp); Feature Test Macro Requirements…
