How many bits and where they go.

Simon Shapiro simon at simon_pc.UUCP
Tue Feb 18 16:03:18 AEST 1986


Tried to mail these results, but 5 different angry mail daemons
told me 'BAD SYSTEM NAME'.  How bad is it?  Anyway here are my results:

-rwx------  1 simon   users     22144 Feb 17 20:36 printbits
-rw-------  1 simon   users      1500 Feb 17 20:33 printbits.c
 Type   Bits   Sizeof   Format
 Char      8        1    2's c.
Short     16        2    2's c.
  Int     32        4    2's c.
 Long     32        4    2's c.

Position   0  1  2  3
    Char   1
   Short   2  1
     Int   4  3  2  1
    Long   4  3  2  1

Int == Long

real	0m0.31s
usr	0m0.05s
sys	0m0.16s

    UID   PID  PPID  C   STIME  TTY  TIME COMMAND
  simon  2552  2436 41 20:38:22  w6  0:00 ps
   root    63     1  3  Feb 16   w1  0:54 cron
 oracle   109     1  3  Feb 16   w7  0:04 oracle
 oracle   110     1  3  Feb 16   w7  0:04 oracle
 oracle   111     1  3  Feb 16   w7  0:09 oracle
 oracle   112     1  3  Feb 16   w7  0:09 oracle



More information about the Comp.sources.bugs mailing list