convert a floating-point number to a string NAME gcvt - convert a floating-point number to a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> char *gcv…convert a floating-point number to a string NAME ecvt, fcvt - convert a floating-point number to a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> [[d…convert a floating-point number to a string NAME ecvt, fcvt - convert a floating-point number to a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdlib.h> [[d…fill a fixed-size buffer with non-null bytes from a string, padding with null bytes as needed NAME stpncpy, strncpy - fill a fixed-size buffer with non-null bytes from a string, pa…fill a fixed-size buffer with non-null bytes from a string, padding with null bytes as needed NAME stpncpy, strncpy - fill a fixed-size buffer with non-null bytes from a string, pa…retrieve ID of a thread's CPU time clock NAME pthread_getcpuclockid - retrieve ID of a thread's CPU time clock LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #in…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…multiply floating-point number by integral power of radix NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl - multiply floating-point number by integral power of radix LIB…duplicate a string NAME strdup, strndup, strdupa, strndupa - duplicate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *strdup(const char * s )…duplicate a string NAME strdup, strndup, strdupa, strndupa - duplicate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *strdup(const char * s )…duplicate a string NAME strdup, strndup, strdupa, strndupa - duplicate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *strdup(const char * s )…duplicate a string NAME strdup, strndup, strdupa, strndupa - duplicate a string LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <string.h> char *strdup(const char * s )…convert a date-plus-time string to broken-down time NAME getdate, getdate_r - convert a date-plus-time string to broken-down time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…convert a date-plus-time string to broken-down time NAME getdate, getdate_r - convert a date-plus-time string to broken-down time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…convert a date-plus-time string to broken-down time NAME getdate, getdate_r - convert a date-plus-time string to broken-down time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…round to nearest integer NAME nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl - round to nearest integer LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <math.h> double…