get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…get interface addresses NAME getifaddrs, freeifaddrs - get interface addresses LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <ifaddrs.h> int ge…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…formatted output conversion NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf - formatted output conversion LIBRARY Standard C libr…read a directory NAME readdir - read a directory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <dirent.h> struct dirent *readdir(DIR * dirp ); DESCRIPTION The readdir…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…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…format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …format date and time NAME strftime - format date and time LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> size_t strftime(char s [restrict . max ], size_t max …maximum or minimum of two values NAME MAX, MIN - maximum or minimum of two values LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/param.h> MAX( a , b ); MIN( a , b…