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


Groups > comp.lang.c > #34849

Re: Sizes of pointers

From Keith Thompson <kst-u@mib.org>
Newsgroups comp.lang.c
Subject Re: Sizes of pointers
Date 2013-08-04 14:24 -0700
Organization None to speak of
Message-ID <lnppttup2v.fsf@nuthaus.mib.org> (permalink)
References (3 earlier) <cpqmv8d3hdo9o8mh821f1d6lg5kufhm8la@4ax.com> <kthe0g$6fj$1@dont-email.me> <f63pv8lnoh6ocorpnfg9md0h1a1erujrpm@4ax.com> <ktjgqd$f9p$1@dont-email.me> <se4tv890er1i1pfpir2b3uo9tmmd56kf7l@4ax.com>

Show all headers | View raw


Rosario1903 <Rosario@invalid.invalid> writes:
> On Sat, 03 Aug 2013 13:12:42 -0500, Stephen Sprunk wrote:
>>On 03-Aug-13 00:04, Rosario1903 wrote:
>>> On Fri, 02 Aug 2013 18:12:26 -0500, Stephen Sprunk 
>>
>>C does not define multiplication or division on pointers, so any attempt
>>to do so is inherently non-portable.
>>
>>Granted, those operations do have a fairly obvious meaning on systems
>>with a flat linear address space, but not all C implementations run on
>>such systems.  The world is a lot bigger than x86 and RISC, and one of
>>C's strengths is its ability to run on a wide variety of systems--and
>>that is a direct result of leaving certain details of the language
>>undefined (or vice versa, actually).
>
> so C can not be a portable language...
> or portable with your meaning of portable

What do you mean by a language (as opposed to a program) being
"portable"?

The C language is defined in such a way that it's possible to write
extremely portable code.  Such code merely has to avoid making
any assumptions that are not guaranteed by the language standard
(which is not always easy).  It's then up to each implementation
to conform to the standard.

It's also possible to write C code that's *not* portable, code that
makes assumptions that happen to be satisfied for one particular
system but not for all conforming systems.  That's actually
one of C's greatest strengths; not all code has to be portable.
(Try writing a device driver in Scheme.)

Well-written C code is as portable as possible, and keeps the
non-portable subset isolated.

-- 
Keith Thompson (The_Other_Keith) kst-u@mib.org  <http://www.ghoti.net/~kst>
Working, but not speaking, for JetHead Development, Inc.
"We must do something.  This is something.  Therefore, we must do this."
    -- Antony Jay and Jonathan Lynn, "Yes Minister"

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


Thread

Sizes of pointers "James Harris \(es\)" <james.harris.1@gmail.com> - 2013-07-30 11:02 +0100
  Re: Sizes of pointers Kleuske <kleuske@nowhere.net> - 2013-07-30 11:04 +0000
    Re: Sizes of pointers Noob <root@127.0.0.1> - 2013-07-30 14:14 +0200
      Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-07-30 14:38 -0700
        Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-07-30 17:01 -0500
          Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-07-30 16:03 -0700
          Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-01 12:25 -0500
            Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-02 18:37 -0500
              Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-03 00:42 -0500
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 13:36 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-04 01:57 -0500
              Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-03 21:04 -0700
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 00:43 -0500
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 03:41 -0700
        Re: Sizes of pointers Noob <root@127.0.0.1> - 2013-07-31 13:29 +0200
          Re: Sizes of pointers Phil Carmody <thefatphil_demunged@yahoo.co.uk> - 2013-08-01 15:47 +0300
  Re: Sizes of pointers Ben Bacarisse <ben.usenet@bsb.me.uk> - 2013-07-30 13:09 +0100
  Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-07-30 08:11 -0400
  Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-07-30 08:33 -0400
    Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-07-30 08:38 -0500
    Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-07-30 11:54 -0700
      Re: Sizes of pointers Bart van Ingen Schenau <bart@ingen.ddns.info.invalid> - 2013-08-01 15:45 +0000
        Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-01 12:16 -0400
          Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-01 18:37 +0000
            Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-01 21:29 -0500
              Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-01 22:43 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-02 00:48 -0500
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-02 10:44 -0700
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-02 13:33 -0500
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-02 14:46 -0400
                Re: Sizes of pointers gazelle@shell.xmission.com (Kenny McCormack) - 2013-08-02 19:55 +0000
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-03 09:46 +0200
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-03 11:22 -0700
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 13:39 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-02 18:37 +0000
            Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-03 09:35 -0700
              Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-04 02:07 -0500
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 03:00 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-08 05:39 -0700
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 16:00 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-08 13:27 +0000
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 16:06 -0700
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-09 00:49 -0500
          Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-03 09:30 -0700
        Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-03 08:59 -0700
          Re: Sizes of pointers Bart van Ingen Schenau <bart@ingen.ddns.info.invalid> - 2013-08-04 17:55 +0000
            Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 02:41 -0700
  Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-07-30 14:52 -0700
    Re: Sizes of pointers "James Harris \(es\)" <james.harris.1@gmail.com> - 2013-07-31 10:43 +0100
      Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-07-31 07:34 -0400
      Re: Sizes of pointers Richard Damon <Richard@Damon-Family.org> - 2013-07-31 08:28 -0400
      Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-07-31 16:54 -0700
  Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-07-31 19:30 +0200
    Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-01 12:29 -0500
      Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-01 13:54 -0400
        Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-01 19:01 +0000
        Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-01 21:50 -0500
          Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-02 03:22 +0000
            Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-02 01:35 -0500
            Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 01:24 -0500
          Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-01 23:31 -0400
            Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-02 01:04 -0500
              Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-02 16:25 +0000
            Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-02 09:29 +0200
            Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-02 10:51 -0700
              Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-02 14:43 -0400
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-02 14:39 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-02 17:22 -0700
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-02 20:00 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-03 05:40 +0000
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-03 09:38 -0400
              Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-02 18:47 +0000
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-02 18:28 -0500
              Re: Sizes of pointers christian.bau@cbau.wanadoo.co.uk - 2013-08-06 13:05 -0700
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-06 16:36 -0400
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-06 17:44 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 20:40 +0000
      Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-01 20:19 +0200
        Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-01 21:32 -0500
    Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-01 17:43 -0500
      Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-01 19:10 -0400
        Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-01 22:32 -0500
          Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-03 11:50 -0700
            Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 14:48 -0500
              Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-03 16:53 -0400
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 23:31 -0500
                Re: Sizes of pointers Philip Lantz <prl@canterey.us> - 2013-08-03 23:56 -0700
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 20:53 +0200
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 21:18 +0200
              Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 10:39 -0700
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-08 11:29 -0700
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 17:09 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 00:33 +0000
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-13 11:58 -0500
            Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 19:50 +0000
              [OT] Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-09 16:28 -0400
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-10 09:51 +0200
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-10 10:46 +0200
      Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-02 09:24 +0200
        Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-02 16:35 +0000
          Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-02 17:47 -0500
            Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-04 03:58 -0700
              Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 09:17 -0500
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-04 07:43 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-05 04:47 +0000
                [OT] gravity James Kuyper <jameskuyper@verizon.net> - 2013-08-05 06:52 -0400
                Re: [OT] gravity Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-05 11:29 -0700
                Re: [OT] gravity James Kuyper <jameskuyper@verizon.net> - 2013-08-05 15:02 -0400
                Re: [OT] gravity glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-05 18:42 +0000
                Re: [OT] gravity Robert Wessel <robertwessel2@yahoo.com> - 2013-08-05 20:01 -0500
                Re: [OT] gravity James Kuyper <jameskuyper@verizon.net> - 2013-08-05 23:34 -0400
                Hidden Assumptions Re: [OT] gravity Siri Cruise <chine.bleu@yahoo.com> - 2013-08-05 22:12 -0700
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-04 19:40 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 15:18 -0500
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-04 15:02 -0700
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 18:47 -0500
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-04 19:40 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-05 04:53 +0000
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-04 22:44 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-05 02:00 -0700
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-05 07:48 -0700
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 04:13 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-08 13:57 +0000
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 16:30 -0700
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-08 10:34 -0500
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 16:55 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 00:53 +0000
              Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-05 04:31 +0000
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 04:48 -0700
              Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-05 23:16 -0500
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 01:01 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 10:11 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 07:20 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 15:33 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 14:23 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 23:18 +0100
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 23:45 +0000
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-07 05:59 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-07 16:44 +0000
                Re: Sizes of pointers "James Harris \(es\)" <james.harris.1@gmail.com> - 2013-08-07 18:40 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-08 01:01 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-08 07:40 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-08 03:13 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-08 14:10 +0000
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-08 11:15 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-08 11:44 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-08 17:34 +0000
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-08 17:16 +0000
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-09 01:01 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 11:03 +0000
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-08 10:15 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 20:47 +0000
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 16:28 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 13:18 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 13:21 -0500
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 14:10 -0500
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 14:42 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 20:52 +0000
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 16:39 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 23:50 +0000
                Re: Sizes of pointers Tim Rentsch <txr@alumni.caltech.edu> - 2013-08-08 16:12 -0700
          Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-08 19:18 +0200
            Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-08 11:27 -0700
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-08 21:58 +0200
                Re: Sizes of pointers Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2013-08-08 16:25 -0400
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 08:50 +0200
                Re: Sizes of pointers Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2013-08-09 11:35 -0400
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-09 11:49 -0400
                Re: Sizes of pointers Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2013-08-09 12:01 -0400
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-09 10:55 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-09 09:04 -0700
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 19:23 +0200
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 18:42 +0000
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-09 15:12 -0400
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-09 19:56 +0000
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-09 16:28 -0400
                Re: Sizes of pointers christian.bau@cbau.wanadoo.co.uk - 2013-08-10 18:26 -0700
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-08 13:40 -0700
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-08 21:30 -0400
                Re: Sizes of pointers Ike Naar <ike@iceland.freeshell.org> - 2013-08-10 05:52 +0000
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-10 09:54 +0200
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-10 07:46 -0400
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-10 04:54 -0700
                Re: Sizes of pointers David Brown <david.brown@removethis.hesbynett.no> - 2013-08-10 14:51 +0200
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-10 11:12 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-10 19:14 +0000
                Re: Sizes of pointers Richard Damon <Richard@Damon-Family.org> - 2013-08-10 20:39 -0400
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-10 20:29 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-10 21:51 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-11 05:47 +0000
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-10 23:15 -0700
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-11 02:20 -0700
                Re: Sizes of pointers Joe Pfeiffer <pfeiffer@cs.nmsu.edu> - 2013-08-11 18:53 -0600
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 16:46 +0200
            Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-09 08:12 +0200
        Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-09 14:04 -0700
          Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-10 10:45 +0200
            Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-10 11:14 -0700
      Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-02 10:34 +0200
        Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-02 18:12 -0500
          Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-03 07:04 +0200
            Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-03 07:07 +0200
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-03 09:46 +0200
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-03 11:25 -0700
            Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-03 00:50 -0500
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-03 09:57 +0200
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-04 01:38 -0500
            Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 13:12 -0500
              Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-04 19:40 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-04 14:40 -0500
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-04 14:24 -0700
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-05 19:31 +0200
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-05 19:51 +0200
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-05 14:20 -0400
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-05 21:57 +0200
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-05 16:21 -0400
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-05 16:39 -0500
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 07:00 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 01:18 -0500
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 09:23 +0200
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 09:54 +0200
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 12:40 -0500
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 06:44 -0500
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-06 08:06 -0700
                Re: Sizes of pointers gazelle@shell.xmission.com (Kenny McCormack) - 2013-08-06 15:48 +0000
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 10:17 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 06:58 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 15:44 +0100
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 14:29 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:08 +0000
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-06 16:52 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 23:29 +0100
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:06 +0000
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-06 08:16 -0400
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 09:19 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 06:53 -0500
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 18:34 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-08 01:17 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-05 22:00 +0000
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-05 22:15 -0500
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-06 08:37 -0400
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:18 +0000
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-06 18:08 -0400
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-07 00:09 +0000
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-06 09:20 +0200
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 06:54 -0500
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 10:41 +0100
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-06 08:37 -0400
                Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-06 08:06 -0500
                Re: Sizes of pointers Herbert Rosenau <os2guy@pc-rosenau.de> - 2013-08-12 14:26 +0200
                Re: Sizes of pointers Keith Thompson <kst-u@mib.org> - 2013-08-12 09:13 -0700
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-12 10:19 -0700
                Re: Sizes of pointers Rosario1903 <Rosario@invalid.invalid> - 2013-08-12 18:39 +0200
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 15:52 +0100
                Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-06 11:38 -0400
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 17:17 +0100
                Re: Sizes of pointers Malcolm McLean <malcolm.mclean5@btinternet.com> - 2013-08-06 10:31 -0700
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:26 +0000
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:21 +0000
                Re: Sizes of pointers Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-08-06 08:49 -0400
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-06 16:12 +0100
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-06 21:36 +0000
                Re: Sizes of pointers Phil Carmody <thefatphil_demunged@yahoo.co.uk> - 2013-08-07 16:38 +0300
                Re: Sizes of pointers Phil Carmody <thefatphil_demunged@yahoo.co.uk> - 2013-08-07 17:02 +0300
                Re: Sizes of pointers Thomas Jahns <jahns@idontlikespam.dkrz.de> - 2013-08-07 11:01 +0200
                Re: Sizes of pointers "James Harris" <james.harris.1@gmail.com> - 2013-08-07 10:41 +0100
                Re: Sizes of pointers Robert Wessel <robertwessel2@yahoo.com> - 2013-08-07 07:57 -0500
                Re: Sizes of pointers glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2013-08-07 16:48 +0000
          Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-03 10:07 -0400
            Re: Sizes of pointers Stephen Sprunk <stephen@sprunk.org> - 2013-08-03 13:47 -0500
  Re: Sizes of pointers 赟 张 <cloud.poster@gmail.com> - 2013-08-13 00:16 -0700
    Re: Sizes of pointers James Kuyper <jameskuyper@verizon.net> - 2013-08-13 07:00 -0400

csiph-web