Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #152649

Re: What is the rank of size_t ?

Path csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From Tim Rentsch <tr.17687@z991.linuxsc.com>
Newsgroups comp.lang.c
Subject Re: What is the rank of size_t ?
Date Wed, 03 Jun 2020 11:16:08 -0700
Organization A noiseless patient Spider
Lines 30
Message-ID <867dwoow0n.fsf@linuxsc.com> (permalink)
References <y88BWrDFndCB41zt@bongo-ra.co> <raop58$1hn8$1@gioia.aioe.org> <86pnamrs9r.fsf@linuxsc.com> <rau761$8og$1@gioia.aioe.org> <86k10rpqum.fsf@linuxsc.com> <slrn3ifkrdaqio.3t3.ike@otaku.sdf.org>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Injection-Info reader02.eternal-september.org; posting-host="c2e7fdc8253a62623e6cece72591ee6d"; logging-data="7948"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Zzk2R2gB4bu7BZ1N4JeoCB575Cffq0tQ="
User-Agent Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock sha1:yOxIOFuzxAQ+PnhbI+50hovD6Uo= sha1:0xbzRiyDtGGNUAlYULwKEWqsdpk=
Xref csiph.com comp.lang.c:152649

Show key headers only | View raw


Ike Naar <ike@otaku.sdf.org> writes:

> On 2020-06-01, Tim Rentsch <tr.17687@z991.linuxsc.com> wrote:
>
>> Well that explains at least some of it.  What do you get if
>> you run this:
>>
>>     #include <stdio.h>
>>     #include <stdint.h>
>>
>>     int
>>     main(){
>>         printf( "INTMAX_MAX is %td\n", INTMAX_MAX );
>
> Why use %td (which applies to an argument of type ptrdiff_t),
> instead of %jd (which applies to an argument of type intmax_t)?

Because

  (1) I don't use either often enough to remember which is
      which, and I confused the two;

  (2) I didn't bother (even though I usually do, I didn't
      this time) to check the Standard to be sure;  and

  (3) I got a false positive from gcc as a result of
      intmax_t and ptrdiff_t having the same underlying
      type, so test compiling the program didn't give a
      -Wformat diagnostic.

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What is the rank of  size_t ? Spiros Bousbouras <spibou@gmail.com> - 2020-05-27 12:49 +0000
  Re: What is the rank of  size_t ? Spiros Bousbouras <spibou@gmail.com> - 2020-05-27 13:54 +0000
    Re: What is the rank of size_t ? James Kuyper <jameskuyper@alumni.caltech.edu> - 2020-05-27 11:14 -0400
      Re: What is the rank of size_t ? Spiros Bousbouras <spibou@gmail.com> - 2020-05-27 19:03 +0000
        Re: What is the rank of size_t ? James Kuyper <jameskuyper@alumni.caltech.edu> - 2020-05-27 18:09 -0400
    Re: What is the rank of  size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-05-30 01:54 -0700
  Re: What is the rank of size_t ? James Kuyper <jameskuyper@alumni.caltech.edu> - 2020-05-27 09:59 -0400
    Re: What is the rank of size_t ? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2020-05-27 07:37 -0700
      Re: What is the rank of size_t ? James Kuyper <jameskuyper@alumni.caltech.edu> - 2020-05-27 11:02 -0400
    Re: What is the rank of size_t ? Vir Campestris <vir.campestris@invalid.invalid> - 2020-05-27 20:46 +0100
      Re: What is the rank of size_t ? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2020-05-27 14:30 -0700
  Re: What is the rank of size_t ? Real Troll <real.troll@trolls.com> - 2020-05-28 06:35 -1000
    Re: What is the rank of size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-05-29 20:55 -0700
      Re: What is the rank of size_t ? Real Troll <Real.Troll@trolls.com> - 2020-05-30 08:05 -1000
        Re: What is the rank of size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-05-31 17:33 -0700
          Re: What is the rank of size_t ? Real Troll <real.troll@trolls.com> - 2020-06-01 01:45 -1000
            Re: What is the rank of size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-06-03 11:33 -0700
          Re: What is the rank of size_t ? Ike Naar <ike@otaku.sdf.org> - 2020-06-01 20:51 +0000
            Re: What is the rank of size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-06-03 11:16 -0700
    Re: What is the rank of size_t ? raltbos@xs4all.nl (Richard Bos) - 2020-05-31 09:12 +0000
      Re: What is the rank of size_t ? Real Troll <reasl.troll@trolls.com> - 2020-05-31 01:30 -1000
        Re: What is the rank of size_t ? raltbos@xs4all.nl (Richard Bos) - 2020-06-04 20:40 +0000
          Re: What is the rank of size_t ? Real Troll <real.troll@trolls.com> - 2020-06-04 12:50 -1000
  Re: What is the rank of  size_t ? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2020-05-30 00:55 -0700
  Re: What is the rank of size_t ? Bonita Montero <Bonita.Montero@gmail.com> - 2020-06-02 10:06 +0200

csiph-web