On Mon 25 Aug 2008 at 17:31:13 +0200, CSV4ME2 wrote:
> run this litle c file thru your compiler, gcc -o size size.c
> and you will know!

On NetBSD/amd64:

                char =  8 bits
       unsigned char =  8 bits
                 int = 32 bits
        unsigned int = 32 bits
               short = 16 bits
      unsigned short = 16 bits
                long = 64 bits
       unsigned long = 64 bits
           long long = 64 bits
  unsigned long long = 64 bits
               float = 32 bits
              double = 64 bits
         long double = 128 bits

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl        -- Cetero censeo "authored" delendum esse.


_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to