{"id":4092,"date":"2022-12-20T17:39:22","date_gmt":"2022-12-20T20:39:22","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/system_data_types-man7\/"},"modified":"2022-12-20T17:39:22","modified_gmt":"2022-12-20T20:39:22","slug":"system_data_types-man7","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/system_data_types-man7\/","title":{"rendered":"SYSTEM_DATA_TYPES (man7)"},"content":{"rendered":"<h1 align=\"center\">SYSTEM_DATA_TYPES<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#NOTES\">NOTES<\/a><br \/> <a href=\"#EXAMPLES\">EXAMPLES<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a><br \/> <a href=\"#COLOPHON\">COLOPHON<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">system_data_types \u2212 overview of system data types<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><i>aiocb<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"26%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><aio.h><\/i>.<\/p>\n<\/td>\n<td width=\"52%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">struct aiocb { <br \/> int aio_fildes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var File descriptor bodies\/ usr\/ <br \/> off_t aio_offset; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var File offset bodies\/ usr\/ <br \/> volatile void *aio_buf; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Location of buffer bodies\/ usr\/ <br \/> size_t aio_nbytes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Length of transfer bodies\/ usr\/ <br \/> int aio_reqprio; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Request priority offset bodies\/ usr\/ <br \/> struct sigevent aio_sigevent; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal number and value bodies\/ usr\/ <br \/> int aio_lio_opcode;\/* Operation to be performed bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">For further information about this structure, see <b>aio<\/b>(7).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>aio_cancel<\/b>(3), <b>aio_error<\/b>(3), <b>aio_fsync<\/b>(3), <b>aio_read<\/b>(3), <b>aio_return<\/b>(3), <b>aio_suspend<\/b>(3), <b>aio_write<\/b>(3), <b>lio_listio<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>clock_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><time.h><\/i> or <i><sys\/types.h><\/i>. Alternatively, <i><sys\/time.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for system time in clock ticks or <b>CLOCKS_PER_SEC<\/b> (defined in <i><time.h><\/i>). According to POSIX, it shall be an integer type or a real-floating type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>times<\/b>(2), <b>clock<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>clockid_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><time.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for clock ID type in the clock and timer functions. According to POSIX, it shall be defined as an arithmetic type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>clock_adjtime<\/b>(2), <b>clock_getres<\/b>(2), <b>clock_nanosleep<\/b>(2), <b>timer_create<\/b>(2), <b>clock_getcpuclockid<\/b>(3)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><i>dev_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><sys\/stat.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for device IDs. According to POSIX, it shall be an integer type. For further details of this type, see <b>makedev<\/b>(3).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>mknod<\/b>(2), <b>stat<\/b>(2)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><i>div_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"30%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><stdlib.h><\/i>.<\/p>\n<\/td>\n<td width=\"48%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> int quot; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Quotient bodies\/ usr\/ <br \/> int rem; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Remainder bodies\/ usr\/ <br \/> } div_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">It is the type of the value returned by the <b>div<\/b>(3) function.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>div<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>double_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><math.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The implementation\u2019s most efficient floating type at least as wide as <i>double<\/i>. Its type depends on the value of the macro <b>FLT_EVAL_METHOD<\/b> (defined in <i><float.h><\/i>):<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>0<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"37%\">\n<p><i>double_t<\/i> is <i>double<\/i>.<\/p>\n<\/td>\n<td width=\"31%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>1<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"37%\">\n<p><i>double_t<\/i> is <i>double<\/i>.<\/p>\n<\/td>\n<td width=\"31%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>2<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"37%\">\n<p><i>double_t<\/i> is <i>long double<\/i>.<\/p>\n<\/td>\n<td width=\"31%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">For other values of <b>FLT_EVAL_METHOD<\/b>, the type of <i>double_t<\/i> is implementation-defined.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>float_t<\/i> type in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><i>fd_set<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><sys\/select.h><\/i>. Alternatively, <i><sys\/time.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">A structure type that can represent a set of file descriptors. According to POSIX, the maximum number of file descriptors in an <i>fd_set<\/i> structure is the value of the macro <b>FD_SETSIZE<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>select<\/b>(2)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><i>fenv_t<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"27%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><fenv.h><\/i>.<\/p>\n<\/td>\n<td width=\"51%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">This type represents the entire floating-point environment, including control modes and status flags; for further details, see <b>fenv<\/b>(3).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>fenv<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>fexcept_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><fenv.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This type represents the floating-point status flags collectively; for further details see <b>fenv<\/b>(3).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>fenv<\/b>(3)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><i>FILE<\/i><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"70%\">\n<p><i>Include<\/i>: <i><stdio.h><\/i>. Alternatively, <i><wchar.h><\/i>.<\/p>\n<\/td>\n<td width=\"8%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">An object type used for streams.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>fclose<\/b>(3), <b>flockfile<\/b>(3), <b>fopen<\/b>(3), <b>fprintf<\/b>(3), <b>fread<\/b>(3), <b>fscanf<\/b>(3), <b>stdin<\/b>(3), <b>stdio<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>float_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><math.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The implementation\u2019s most efficient floating type at least as wide as <i>float<\/i>. Its type depends on the value of the macro <b>FLT_EVAL_METHOD<\/b> (defined in <i><float.h><\/i>):<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>0<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"36%\">\n<p><i>float_t<\/i> is <i>float<\/i>.<\/p>\n<\/td>\n<td width=\"32%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>1<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"36%\">\n<p><i>float_t<\/i> is <i>double<\/i>.<\/p>\n<\/td>\n<td width=\"32%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"22%\"><\/td>\n<td width=\"1%\">\n<p>2<\/p>\n<\/td>\n<td width=\"9%\"><\/td>\n<td width=\"36%\">\n<p><i>float_t<\/i> is <i>long double<\/i>.<\/p>\n<\/td>\n<td width=\"32%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">For other values of <b>FLT_EVAL_METHOD<\/b>, the type of <i>float_t<\/i> is implementation-defined.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>double_t<\/i> type in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><i>gid_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><grp.h><\/i>, <i><pwd.h><\/i>, <i><signal.h><\/i>, <i><stropts.h><\/i>, <i><sys\/ipc.h><\/i>, <i><sys\/stat.h><\/i>, or <i><unistd.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">A type used to hold group IDs. According to POSIX, this shall be an integer type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>chown<\/b>(2), <b>getgid<\/b>(2), <b>getegid<\/b>(2), <b>getgroups<\/b>(2), <b>getresgid<\/b>(2), <b>getgrnam<\/b>(2), <b>credentials<\/b>(7)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p style=\"margin-top: 1em\"><i>id_t<\/i><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><sys\/resource.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">A type used to hold a general identifier. According to POSIX, this shall be an integer type that can be used to contain a <i>pid_t<\/i>, <i>uid_t<\/i>, or <i>gid_t<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>getpriority<\/b>(2), <b>waitid<\/b>(2)<\/p>\n<p style=\"margin-left:11%;\"><i>imaxdiv_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> intmax_t quot; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Quotient bodies\/ usr\/ <br \/> intmax_t rem; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Remainder bodies\/ usr\/ <br \/> } imaxdiv_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">It is the type of the value returned by the <b>imaxdiv<\/b>(3) function.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>imaxdiv<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>intmax_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A signed integer type capable of representing any value of any signed integer type supported by the implementation. According to the C language standard, it shall be capable of storing values in the range [<b>INTMAX_MIN<\/b>, <b>INTMAX_MAX<\/b>].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The macro <b>INTMAX_C<\/b>() expands its argument to an integer constant of type <i>intmax_t<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>intmax_t<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions is <b>j<\/b>; resulting commonly in <b>%jd<\/b> or <b>%ji<\/b> for printing <i>intmax_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Bugs<\/i>: <i>intmax_t<\/i> is not large enough to represent values of type <i>__int128<\/i> in implementations where <i>__int128<\/i> is defined and <i>long long<\/i> is less than 128 bits wide.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>uintmax_t<\/i> type in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><i>int<\/i>N<i>_t<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"76%\">\n<p><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<\/td>\n<td width=\"2%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>int8_t<\/i>, <i>int16_t<\/i>, <i>int32_t<\/i>, <i>int64_t<\/i><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A signed integer type of a fixed width of exactly N bits, N being the value specified in its type name. According to the C language standard, they shall be capable of storing values in the range [<b>INT<\/b>N<b>_MIN<\/b>, <b>INT<\/b>N<b>_MAX<\/b>], substituting N by the appropriate number.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">According to POSIX, <i>int8_t<\/i>, <i>int16_t<\/i>, and <i>int32_t<\/i> are required; <i>int64_t<\/i> is only required in implementations that provide integer types with width 64; and all other types of this form are optional.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifiers for the <i>int<\/i>N<i>_t<\/i> types for the <b>printf<\/b>(3) family of functions are expanded by macros of the forms <b>PRId<\/b>N and <b>PRIi<\/b>N (defined in <i><inttypes.h><\/i>); resulting for example in <b>%&#8221;PRId64&#8243;<\/b> or <b>%&#8221;PRIi64&#8243;<\/b> for printing <i>int64_t<\/i> values. The length modifiers for the <i>int<\/i>N<i>_t<\/i> types for the <b>scanf<\/b>(3) family of functions are expanded by macros of the forms <b>SCNd<\/b>N and <b>SCNi<\/b>N, (defined in <i><inttypes.h><\/i>); resulting for example in <b>%&#8221;SCNd8&#8243;<\/b> or <b>%&#8221;SCNi8&#8243;<\/b> for scanning <i>int8_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>intmax_t<\/i>, <i>uint<\/i>N<i>_t<\/i>, and <i>uintmax_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>intptr_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A signed integer type such that any valid (<i>void *<\/i>) value can be converted to this type and back. According to the C language standard, it shall be capable of storing values in the range [<b>INTPTR_MIN<\/b>, <b>INTPTR_MAX<\/b>].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>intptr_t<\/i> for the <b>printf<\/b>(3) family of functions is expanded by the macros <b>PRIdPTR<\/b> and <b>PRIiPTR<\/b> (defined in <i><inttypes.h><\/i>); resulting commonly in <b>%&#8221;PRIdPTR&#8221;<\/b> or <b>%&#8221;PRIiPTR&#8221;<\/b> for printing <i>intptr_t<\/i> values. The length modifier for <i>intptr_t<\/i> for the <b>scanf<\/b>(3) family of functions is expanded by the macros <b>SCNdPTR<\/b> and <b>SCNiPTR,<\/b> (defined in <i><inttypes.h><\/i>); resulting commonly in <b>%&#8221;SCNdPTR&#8221;<\/b> or <b>%&#8221;SCNiPTR&#8221;<\/b> for scanning <i>intptr_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>uintptr_t<\/i> and <i>void *<\/i> types in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><i>lconv<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"30%\">\n<p><i>Include<\/i>: <i><locale.h><\/i>.<\/p>\n<\/td>\n<td width=\"48%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">struct lconv { \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Values in the &#8220;C&#8221; locale: bodies\/ usr\/ <br \/> char *decimal_point; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;.&#8221; bodies\/ usr\/ <br \/> char *thousands_sep; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *grouping; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *mon_decimal_point; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *mon_thousands_sep; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *mon_grouping; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *positive_sign; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *negative_sign; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char *currency_symbol; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char frac_digits; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char p_cs_precedes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char n_cs_precedes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char p_sep_by_space; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char n_sep_by_space; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char p_sign_posn; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char n_sign_posn; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char *int_curr_symbol; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var &#8220;&#8221; bodies\/ usr\/ <br \/> char int_frac_digits; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_p_cs_precedes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_n_cs_precedes; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_p_sep_by_space; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_n_sep_by_space; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_p_sign_posn; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> char int_n_sign_posn; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var CHAR_MAX bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Contains members related to the formatting of numeric values. In the &#8220;C&#8221; locale, its members have the values shown in the comments above.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C11 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>setlocale<\/b>(3), <b>localeconv<\/b>(3), <b>charsets<\/b>(5), <b>locale<\/b>(7)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><i>ldiv_t<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"30%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><stdlib.h><\/i>.<\/p>\n<\/td>\n<td width=\"48%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> long quot; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Quotient bodies\/ usr\/ <br \/> long rem; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Remainder bodies\/ usr\/ <br \/> } ldiv_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">It is the type of the value returned by the <b>ldiv<\/b>(3) function.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>ldiv<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>lldiv_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdlib.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> long long quot; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Quotient bodies\/ usr\/ <br \/> long long rem; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Remainder bodies\/ usr\/ <br \/> } lldiv_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">It is the type of the value returned by the <b>lldiv<\/b>(3) function.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>lldiv<\/b>(3)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><i>off_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><aio.h><\/i>, <i><fcntl.h><\/i>, <i><stdio.h><\/i>, <i><sys\/mman.h><\/i>, <i><sys\/stat.h.h><\/i>, or <i><unistd.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for file sizes. According to POSIX, this shall be a signed integer type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: <i><aio.h><\/i> and <i><stdio.h><\/i> define <i>off_t<\/i> since POSIX.1-2008.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Notes<\/i>: On some architectures, the width of this type can be controlled with the feature test macro <b>_FILE_OFFSET_BITS<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>lseek<\/b>(2), <b>mmap<\/b>(2), <b>posix_fadvise<\/b>(2), <b>pread<\/b>(2), <b>truncate<\/b>(2), <b>fseeko<\/b>(3), <b>lockf<\/b>(3), <b>posix_fallocate<\/b>(3), <b>feature_test_macros<\/b>(7)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p style=\"margin-top: 1em\"><i>pid_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><fcntl.h><\/i>, <i><sched.h><\/i>, <i><signal.h><\/i>, <i><spawn.h><\/i>, <i><sys\/msg.h><\/i>, <i><sys\/sem.h><\/i>, <i><sys\/shm.h><\/i>, <i><sys\/wait.h><\/i>, <i><termios.h><\/i>, <i><time.h><\/i>, <i><unistd.h><\/i>, or <i><utmpx.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">This type is used for storing process IDs, process group IDs, and session IDs. According to POSIX, it shall be a signed integer type, and the implementation shall support one or more programming environments where the width of <i>pid_t<\/i> is no greater than the width of the type <i>long<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>fork<\/b>(2), <b>getpid<\/b>(2), <b>getppid<\/b>(2), <b>getsid<\/b>(2), <b>gettid<\/b>(2), <b>getpgid<\/b>(2), <b>kill<\/b>(2), <b>pidfd_open<\/b>(2), <b>sched_setscheduler<\/b>(2), <b>waitpid<\/b>(2), <b>sigqueue<\/b>(3), <b>credentials<\/b>(7),<\/p>\n<p style=\"margin-left:11%;\"><i>ptrdiff_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stddef.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for a count of elements, and array indices. It is the result of subtracting two pointers. According to the C language standard, it shall be a signed integer type capable of storing values in the range [<b>PTRDIFF_MIN<\/b>, <b>PTRDIFF_MAX<\/b>].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>ptrdiff_t<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions is <b>t<\/b>; resulting commonly in <b>%td<\/b> or <b>%ti<\/b> for printing <i>ptrdiff_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>size_t<\/i> and <i>ssize_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>regex_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><regex.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> size_t re_nsub; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Number of parenthesized subexpressions. bodies\/ usr\/ <br \/> } regex_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This is a structure type used in regular expression matching. It holds a compiled regular expression, compiled with <b>regcomp<\/b>(3).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>regex<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>regmatch_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><regex.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> regoff_t rm_so; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Byte offset from start of string <br \/> to start of substring bodies\/ usr\/ <br \/> regoff_t rm_eo; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Byte offset from start of string of <br \/> the first character after the end of <br \/> substring bodies\/ usr\/ <br \/> } regmatch_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This is a structure type used in regular expression matching.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>regexec<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>regoff_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><regex.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">According to POSIX, it shall be a signed integer type capable of storing the largest value that can be stored in either a <i>ptrdiff_t<\/i> type or a <i>ssize_t<\/i> type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: Prior to POSIX.1-2008, the type was capable of storing the largest value that can be stored in either an <i>off_t<\/i> type or a <i>ssize_t<\/i> type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>regmatch_t<\/i> structure and the <i>ptrdiff_t<\/i> and <i>ssize_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>sigevent<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><signal.h><\/i>. Alternatively, <i><aio.h><\/i>, <i><mqueue.h><\/i>, or <i><time.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">struct sigevent { <br \/> int sigev_notify; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Notification type bodies\/ usr\/ <br \/> int sigev_signo; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal number bodies\/ usr\/ <br \/> union sigval sigev_value; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal value bodies\/ usr\/ <br \/> void (*sigev_notify_function)(union sigval); <br \/> \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Notification function bodies\/ usr\/ <br \/> pthread_attr_t *sigev_notify_attributes; <br \/> \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Notification attributes bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">For further details about this type, see <b>sigevent<\/b>(7).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: <i><aio.h><\/i> and <i><time.h><\/i> define <i>sigevent<\/i> since POSIX.1-2008.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>timer_create<\/b>(2), <b>getaddrinfo_a<\/b>(3), <b>lio_listio<\/b>(3), <b>mq_notify<\/b>(3)<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also the <i>aiocb<\/i> structure in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>siginfo_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><signal.h><\/i>. Alternatively, <i><sys\/wait.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">typedef struct { <br \/> int si_signo; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal number bodies\/ usr\/ <br \/> int si_code; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal code bodies\/ usr\/ <br \/> pid_t si_pid; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Sending process ID bodies\/ usr\/ <br \/> uid_t si_uid; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Real user ID of sending process bodies\/ usr\/ <br \/> void *si_addr; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Address of faulting instruction bodies\/ usr\/ <br \/> int si_status; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Exit value or signal bodies\/ usr\/ <br \/> union sigval si_value; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Signal value bodies\/ usr\/ <br \/> } siginfo_t;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Information associated with a signal. For further details on this structure (including additional, Linux-specific fields), see <b>sigaction<\/b>(2).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>pidfd_send_signal<\/b>(2), <b>rt_sigqueueinfo<\/b>(2), <b>sigaction<\/b>(2), <b>sigwaitinfo<\/b>(2), <b>psiginfo<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>sigset_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><signal.h><\/i>. Alternatively, <i><spawn.h><\/i>, or <i><sys\/select.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This is a type that represents a set of signals. According to POSIX, this shall be an integer or structure type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>epoll_pwait<\/b>(2), <b>ppoll<\/b>(2), <b>pselect<\/b>(2), <b>sigaction<\/b>(2), <b>signalfd<\/b>(2), <b>sigpending<\/b>(2), <b>sigprocmask<\/b>(2), <b>sigsuspend<\/b>(2), <b>sigwaitinfo<\/b>(2), <b>signal<\/b>(7)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><i>sigval<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"30%\">\n<p><i>Include<\/i>: <i><signal.h><\/i>.<\/p>\n<\/td>\n<td width=\"48%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">union sigval { <br \/> int sigval_int; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Integer value bodies\/ usr\/ <br \/> void *sigval_ptr; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Pointer value bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Data passed with a signal.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>pthread_sigqueue<\/b>(3), <b>sigqueue<\/b>(3), <b>sigevent<\/b>(7)<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also the <i>sigevent<\/i> structure and the <i>siginfo_t<\/i> type in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><i>size_t<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\"><i>Include<\/i>: <i><stddef.h><\/i> or <i><sys\/types.h><\/i>. Alternatively, <i><aio.h><\/i>, <i><glob.h><\/i>, <i><grp.h><\/i>, <i><iconv.h><\/i>, <i><monetary.h><\/i>, <i><mqueue.h><\/i>, <i><ndbm.h><\/i>, <i><pwd.h><\/i>, <i><regex.h><\/i>, <i><search.h><\/i>, <i><signal.h><\/i>, <i><stdio.h><\/i>, <i><stdlib.h><\/i>, <i><string.h><\/i>, <i><strings.h><\/i>, <i><sys\/mman.h><\/i>, <i><sys\/msg.h><\/i>, <i><sys\/sem.h><\/i>, <i><sys\/shm.h><\/i>, <i><sys\/socket.h><\/i>, <i><sys\/uio.h><\/i>, <i><time.h><\/i>, <i><unistd.h><\/i>, <i><wchar.h><\/i>, or <i><wordexp.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for a count of bytes. It is the result of the <i>sizeof<\/i> operator. According to the C language standard, it shall be an unsigned integer type capable of storing values in the range [0, <b>SIZE_MAX<\/b>]. According to POSIX, the implementation shall support one or more programming environments where the width of <i>size_t<\/i> is no greater than the width of the type <i>long<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>size_t<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions is <b>z<\/b>; resulting commonly in <b>%zu<\/b> or <b>%zx<\/b> for printing <i>size_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: <i><aio.h><\/i>, <i><glob.h><\/i>, <i><grp.h><\/i>, <i><iconv.h><\/i>, <i><mqueue.h><\/i>, <i><pwd.h><\/i>, <i><signal.h><\/i>, and <i><sys\/socket.h><\/i> define <i>size_t<\/i> since POSIX.1-2008.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>read<\/b>(2), <b>write<\/b>(2), <b>fread<\/b>(3), <b>fwrite<\/b>(3), <b>memcmp<\/b>(3), <b>memcpy<\/b>(3), <b>memset<\/b>(3), <b>offsetof<\/b>(3)<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also the <i>ptrdiff_t<\/i> and <i>ssize_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>ssize_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><aio.h><\/i>, <i><monetary.h><\/i>, <i><mqueue.h><\/i>, <i><stdio.h><\/i>, <i><sys\/msg.h><\/i>, <i><sys\/socket.h><\/i>, <i><sys\/uio.h><\/i>, or <i><unistd.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for a count of bytes or an error indication. According to POSIX, it shall be a signed integer type capable of storing values at least in the range [-1, <b>SSIZE_MAX<\/b>], and the implementation shall support one or more programming environments where the width of <i>ssize_t<\/i> is no greater than the width of the type <i>long<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Glibc and most other implementations provide a length modifier for <i>ssize_t<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions, which is <b>z<\/b>; resulting commonly in <b>%zd<\/b> or <b>%zi<\/b> for printing <i>ssize_t<\/i> values. Although <b>z<\/b> works for <i>ssize_t<\/i> on most implementations, portable POSIX programs should avoid using it\u2014for example, by converting the value to <i>intmax_t<\/i> and using its length modifier (<b>j<\/b>).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>read<\/b>(2), <b>readlink<\/b>(2), <b>readv<\/b>(2), <b>recv<\/b>(2), <b>send<\/b>(2), <b>write<\/b>(2)<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also the <i>ptrdiff_t<\/i> and <i>size_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>suseconds_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><sys\/select.h><\/i>, or <i><sys\/time.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for time in microseconds. According to POSIX, it shall be a signed integer type capable of storing values at least in the range [-1, 1000000], and the implementation shall support one or more programming environments where the width of <i>suseconds_t<\/i> is no greater than the width of the type <i>long<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>timeval<\/i> structure in this page.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><i>time_t<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p><i>Include<\/i>: <i><time.h><\/i> or <i><sys\/types.h><\/i>. Alternatively, <i><sched.h><\/i>, <i><sys\/msg.h><\/i>, <i><sys\/select.h><\/i>, <i><sys\/sem.h><\/i>, <i><sys\/shm.h><\/i>, <i><sys\/stat.h><\/i>, <i><sys\/time.h><\/i>, or <i><utime.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for time in seconds. According to POSIX, it shall be an integer type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: <i><sched.h><\/i> defines <i>time_t<\/i> since POSIX.1-2008.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>stime<\/b>(2), <b>time<\/b>(2), <b>ctime<\/b>(3), <b>difftime<\/b>(3)<\/p>\n<p style=\"margin-left:11%;\"><i>timer_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><time.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used for timer ID returned by <b>timer_create<\/b>(2). According to POSIX, there are no defined comparison or assignment operators for this type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>timer_create<\/b>(2), <b>timer_delete<\/b>(2), <b>timer_getoverrun<\/b>(2), <b>timer_settime<\/b>(2)<\/p>\n<p style=\"margin-left:11%;\"><i>timespec<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><time.h><\/i>. Alternatively, <i><aio.h><\/i>, <i><mqueue.h><\/i>, <i><sched.h><\/i>, <i><signal.h><\/i>, <i><sys\/select.h><\/i>, or <i><sys\/stat.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">struct timespec { <br \/> time_t tv_sec; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Seconds bodies\/ usr\/ <br \/> long tv_nsec; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Nanoseconds bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Describes times in seconds and nanoseconds.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C11 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>clock_gettime<\/b>(2), <b>clock_nanosleep<\/b>(2), <b>nanosleep<\/b>(2), <b>timerfd_gettime<\/b>(2), <b>timer_gettime<\/b>(2)<\/p>\n<p style=\"margin-left:11%;\"><i>timeval<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><sys\/time.h><\/i>. Alternatively, <i><sys\/resource.h><\/i>, <i><sys\/select.h><\/i>, or <i><utmpx.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">struct timeval { <br \/> time_t tv_sec; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Seconds bodies\/ usr\/ <br \/> suseconds_t tv_usec; \/bin \/boot \/dead.letter \/dev \/etc \/home \/initrd \/lib \/lib64 \/lost+found \/media \/mnt \/opt \/proc \/release-notes.html \/release-notes.txt \/root \/run \/sbin \/srv \/sys \/tmp \/usr \/var Microseconds bodies\/ usr\/ <br \/> };<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Describes times in seconds and microseconds.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>gettimeofday<\/b>(2), <b>select<\/b>(2), <b>utimes<\/b>(2), <b>adjtime<\/b>(3), <b>futimes<\/b>(3), <b>timeradd<\/b>(3)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><i>uid_t<\/i><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p><i>Include<\/i>: <i><sys\/types.h><\/i>. Alternatively, <i><pwd.h><\/i>, <i><signal.h><\/i>, <i><stropts.h><\/i>, <i><sys\/ipc.h><\/i>, <i><sys\/stat.h><\/i>, or <i><unistd.h><\/i>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">A type used to hold user IDs. According to POSIX, this shall be an integer type.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>chown<\/b>(2), <b>getuid<\/b>(2), <b>geteuid<\/b>(2), <b>getresuid<\/b>(2), <b>getpwnam<\/b>(2), <b>credentials<\/b>(7)<\/p>\n<p style=\"margin-left:11%;\"><i>uintmax_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">An unsigned integer type capable of representing any value of any unsigned integer type supported by the implementation. According to the C language standard, it shall be capable of storing values in the range [0, <b>UINTMAX_MAX<\/b>].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The macro <b>UINTMAX_C<\/b>() expands its argument to an integer constant of type <i>uintmax_t<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>uintmax_t<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions is <b>j<\/b>; resulting commonly in <b>%ju<\/b> or <b>%jx<\/b> for printing <i>uintmax_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Bugs<\/i>: <i>uintmax_t<\/i> is not large enough to represent values of type <i>unsigned __int128<\/i> in implementations where <i>unsigned __int128<\/i> is defined and <i>unsigned long long<\/i> is less than 128 bits wide.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>intmax_t<\/i> type in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>uint<\/i>N<i>_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>uint8_t<\/i>, <i>uint16_t<\/i>, <i>uint32_t<\/i>, <i>uint64_t<\/i><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">An unsigned integer type of a fixed width of exactly N bits, N being the value specified in its type name. According to the C language standard, they shall be capable of storing values in the range [0, <b>UINT<\/b>N<b>_MAX<\/b>], substituting N by the appropriate number.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">According to POSIX, <i>uint8_t<\/i>, <i>uint16_t<\/i>, and <i>uint32_t<\/i> are required; <i>uint64_t<\/i> is only required in implementations that provide integer types with width 64; and all other types of this form are optional.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifiers for the <i>uint<\/i>N<i>_t<\/i> types for the <b>printf<\/b>(3) family of functions are expanded by macros of the forms <b>PRIu<\/b>N, <b>PRIo<\/b>N, <b>PRIx<\/b>N, and <b>PRIX<\/b>N (defined in <i><inttypes.h><\/i>); resulting for example in <b>%&#8221;PRIu32&#8243;<\/b> or <b>%&#8221;PRIx32&#8243;<\/b> for printing <i>uint32_t<\/i> values. The length modifiers for the <i>uint<\/i>N<i>_t<\/i> types for the <b>scanf<\/b>(3) family of functions are expanded by macros of the forms <b>SCNu<\/b>N, <b>SCNo<\/b>N, <b>SCNx<\/b>N, and <b>SCNX<\/b>N (defined in <i><inttypes.h><\/i>); resulting for example in <b>%&#8221;SCNu16&#8243;<\/b> or <b>%&#8221;SCNx16&#8243;<\/b> for scanning <i>uint16_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>intmax_t<\/i>, <i>int<\/i>N<i>_t<\/i>, and <i>uintmax_t<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>uintptr_t<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdint.h><\/i>. Alternatively, <i><inttypes.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">An unsigned integer type such that any valid (<i>void *<\/i>) value can be converted to this type and back. According to the C language standard, it shall be capable of storing values in the range [0, <b>UINTPTR_MAX<\/b>].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The length modifier for <i>uintptr_t<\/i> for the <b>printf<\/b>(3) family of functions is expanded by the macros <b>PRIuPTR<\/b>, <b>PRIoPTR<\/b>, <b>PRIxPTR<\/b>, and <b>PRIXPTR<\/b> (defined in <i><inttypes.h><\/i>); resulting commonly in <b>%&#8221;PRIuPTR&#8221;<\/b> or <b>%&#8221;PRIxPTR&#8221;<\/b> for printing <i>uintptr_t<\/i> values. The length modifier for <i>uintptr_t<\/i> for the <b>scanf<\/b>(3) family of functions is expanded by the macros <b>SCNuPTR, SCNoPTR, SCNxPTR<\/b>, and <b>SCNXPTR<\/b> (defined in <i><inttypes.h><\/i>); resulting commonly in <b>%&#8221;SCNuPTR&#8221;<\/b> or <b>%&#8221;SCNxPTR&#8221;<\/b> for scanning <i>uintptr_t<\/i> values.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: the <i>intptr_t<\/i> and <i>void *<\/i> types in this page.<\/p>\n<p style=\"margin-left:11%;\"><i>va_list<\/i><\/p>\n<p style=\"margin-left:22%;\"><i>Include<\/i>: <i><stdarg><\/i>. Alternatively, <i><stdio.h><\/i>, or <i><wchar.h><\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Used by functions with a varying number of arguments of varying types. The function must declare an object of type <i>va_list<\/i> which is used by the macros <b>va_start<\/b>(3), <b>va_arg<\/b>(3), <b>va_copy<\/b>(3), and <b>va_end<\/b>(3) to traverse the list of arguments.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>va_start<\/b>(3), <b>va_arg<\/b>(3), <b>va_copy<\/b>(3), <b>va_end<\/b>(3)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><i>void *<\/i><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>According to the C language standard, a pointer to any object type may be converted to a pointer to <i>void<\/i> and back. POSIX further requires that any pointer, including pointers to functions, may be converted to a pointer to <i>void<\/i> and back.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\">Conversions from and to any other pointer type are done implicitly, not requiring casts at all. Note that this feature prevents any kind of type checking: the programmer should be careful not to convert a <i>void *<\/i> value to a type incompatible to that of the underlying data, because that would result in undefined behavior.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This type is useful in function parameters and return value to allow passing values of any type. The function will typically use some mechanism to know the real type of the data being passed via a pointer to <i>void<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A value of this type can\u2019t be dereferenced, as it would give a value of type <i>void<\/i>, which is not possible. Likewise, pointer arithmetic is not possible with this type. However, in GNU C, pointer arithmetic is allowed as an extension to the standard; this is done by treating the size of a <i>void<\/i> or of a function as 1. A consequence of this is that <i>sizeof<\/i> is also allowed on <i>void<\/i> and on function types, and returns 1.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The conversion specifier for <i>void *<\/i> for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions is <b>p<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Versions<\/i>: The POSIX requirement about compatibility between <i>void *<\/i> and function pointers was added in POSIX.1-2008 Technical Corrigendum 1 (2013).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>Conforming to<\/i>: C99 and later; POSIX.1-2001 and later.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>See also<\/i>: <b>malloc<\/b>(3), <b>memcmp<\/b>(3), <b>memcpy<\/b>(3), <b>memset<\/b>(3)<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also the <i>intptr_t<\/i> and <i>uintptr_t<\/i> types in this page.<\/p>\n<h2>NOTES <a name=\"NOTES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The structures described in this manual page shall contain, at least, the members shown in their definition, in no particular order.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Most of the integer types described in this page don\u2019t have a corresponding length modifier for the <b>printf<\/b>(3) and the <b>scanf<\/b>(3) families of functions. To print a value of an integer type that doesn\u2019t have a length modifier, it should be converted to <i>intmax_t<\/i> or <i>uintmax_t<\/i> by an explicit cast. To scan into a variable of an integer type that doesn\u2019t have a length modifier, an intermediate temporary variable of type <i>intmax_t<\/i> or <i>uintmax_t<\/i> should be used. When copying from the temporary variable to the destination variable, the value could overflow. If the type has upper and lower limits, the user should check that the value is within those limits, before actually copying the value. The example below shows how these conversions should be done.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Conventions used in this page<\/b> <br \/> In &#8220;Conforming to&#8221; we only concern ourselves with C99 and later and POSIX.1-2001 and later. Some types may be specified in earlier versions of one of these standards, but in the interests of simplicity we omit details from earlier standards.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">In &#8220;Include&#8221;, we first note the &#8220;primary&#8221; header(s) that define the type according to either the C or POSIX.1 standards. Under &#8220;Alternatively&#8221;, we note additional headers that the standards specify shall define the type.<\/p>\n<h2>EXAMPLES <a name=\"EXAMPLES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The program shown below scans from a string and prints a value stored in a variable of an integer type that doesn\u2019t have a length modifier. The appropriate conversions from and to <i>intmax_t<\/i>, and the appropriate range checks, are used as explained in the notes section above.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">#include <stdint.h> <br \/> #include <stdio.h> <br \/> #include <stdlib.h> <br \/> #include <sys\/types.h><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">int <br \/> main (void) <br \/> { <br \/> static const char *const str = &#8220;500000 us in half a second&#8221;; <br \/> suseconds_t us; <br \/> intmax_t tmp;<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">\/* Scan the number from the string into the temporary variable *\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">sscanf(str, &#8220;%jd&#8221;, &#038;tmp);<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">\/* Check that the value is within the valid range of suseconds_t *\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">if (tmp < \u22121 || tmp > 1000000) { <br \/> fprintf(stderr, &#8220;Scanned value outside valid range!n&#8221;); <br \/> exit(EXIT_FAILURE); <br \/> }<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">\/* Copy the value to the suseconds_t variable &#8216;us&#8217; *\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">us = tmp;<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">\/* Even though suseconds_t can hold the value \u22121, this isn&#8217;t <br \/> a sensible number of microseconds *\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">if (us < 0) { <br \/> fprintf(stderr, &#8220;Scanned value shouldn&#8217;t be negative!n&#8221;); <br \/> exit(EXIT_FAILURE); <br \/> }<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">\/* Print the value *\/<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">printf(&#8220;There are %jd microseconds in half a second.n&#8221;, <br \/> (intmax_t) us);<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">exit(EXIT_SUCCESS); <br \/> }<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>feature_test_macros<\/b>(7), <b>standards<\/b>(7)<\/p>\n<h2>COLOPHON <a name=\"COLOPHON\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">This page is part of release 5.10 of the Linux <i>man-pages<\/i> project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https:\/\/www.kernel.org\/doc\/man\u2212pages\/.<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  system_data_types \u2212 overview of system data types <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[971],"tags":[973,972,1171],"class_list":["post-4092","post","type-post","status-publish","format-standard","hentry","category-7-miscelanea","tag-973","tag-man7","tag-system_data_types"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=4092"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/4092\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=4092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=4092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=4092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}