Help for this page

Select Code to Download


  1. or download this
    use Fcntl;
    use POSIX qw(:unistd_h);
    ...
    
    ...
    
  2. or download this
      short l_type;
      short l_whence;
      long long l_start;
      long long l_len;
      unsigned int l_pid;
    
  3. or download this
      short l_type;       /* 2 bytes */
      short l_whence;     /* 2 bytes*/
    ...
      long long l_len;    /* 8 bytes */
      unsigned int l_pid; /* 4 bytes */
      long four_byte_bar; /* what is this? */