This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug manual/24412] New: size of size_t: libc manual vs definitions in <stdint.h>
- From: "dilyan.palauzov at aegee dot org" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Tue, 02 Apr 2019 16:05:30 +0000
- Subject: [Bug manual/24412] New: size of size_t: libc manual vs definitions in <stdint.h>
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=24412
Bug ID: 24412
Summary: size of size_t: libc manual vs definitions in
<stdint.h>
Product: glibc
Version: 2.31
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: manual
Assignee: unassigned at sourceware dot org
Reporter: dilyan.palauzov at aegee dot org
CC: mtk.manpages at gmail dot com
Target Milestone: ---
http://www.gnu.org/software/libc/manual/html_node/Important-Data-Types.html#index-size_005ft
says: “Data Type: size_t: On systems using the GNU C Library, this will be
unsigned int or unsigned long int.”
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdint.h.html says:
“Limit of size_t:
{SIZE_MAX}
65535”
Is size_t a word (65535), int, or long?
--
You are receiving this mail because:
You are on the CC list for the bug.