input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…input string format conversion NAME sscanf, vsscanf - input string format conversion LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stdio.h> int sscanf(const char *re…walk through list of shared objects NAME dl_iterate_phdr - walk through list of shared objects LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature…get real part of a complex number NAME creal, crealf, creall - get real part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double creal(doub…get real part of a complex number NAME creal, crealf, creall - get real part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double creal(doub…get real part of a complex number NAME creal, crealf, creall - get real part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double creal(doub…get imaginary part of a complex number NAME cimag, cimagf, cimagl - get imaginary part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double …get imaginary part of a complex number NAME cimag, cimagf, cimagl - get imaginary part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double …get imaginary part of a complex number NAME cimag, cimagf, cimagl - get imaginary part of a complex number LIBRARY Math library ( libm , -lm ) SYNOPSIS #include <complex.h> double …calculate sin and cos simultaneously NAME sincos, sincosf, sincosl - calculate sin and cos simultaneously LIBRARY Math library ( libm , -lm ) SYNOPSIS #define _GNU_SOURCE /* See fe…calculate sin and cos simultaneously NAME sincos, sincosf, sincosl - calculate sin and cos simultaneously LIBRARY Math library ( libm , -lm ) SYNOPSIS #define _GNU_SOURCE /* See fe…calculate sin and cos simultaneously NAME sincos, sincosf, sincosl - calculate sin and cos simultaneously LIBRARY Math library ( libm , -lm ) SYNOPSIS #define _GNU_SOURCE /* See fe…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…support for application self-debugging NAME backtrace, backtrace_symbols, backtrace_symbols_fd - support for application self-debugging LIBRARY Standard C library ( libc , -lc ) SY…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…open and close a shared object NAME dlclose, dlopen, dlmopen - open and close a shared object LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #include <dlfcn.h> void *dlo…offset of a structure member NAME offsetof - offset of a structure member LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <stddef.h> size_t offsetof( type , member ); D…translate address to symbolic information NAME dladdr, dladdr1 - translate address to symbolic information LIBRARY Dynamic linking library ( libdl , -ldl ) SYNOPSIS #define _GNU_SO…