Help for this page

Select Code to Download


  1. or download this
    $ perl -wE'say length pack "sslli", 0, 0, 0, 0;'
    16
    
    $ perl -wE'say length pack "sslli", 0, 0, 0, 0, 0;'
    16
    
  2. or download this
    $ cat a.c
    #include <fcntl.h>
    ...
    flock.l_start:  8 @  8
    flock.l_len:    8 @ 16
    flock.l_pid:    4 @ 24
    
  3. or download this
    $ perl -wE'say length pack "s s x4 q q L x4", 0, 0, 0, 0, 0;'
    32