Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      pointer: "in fact this is it";
    };
    struct third {int: 21; pointer: "When two is not enough, you need a th
    +ird";};
    
  2. or download this
    struct first {
        int: 23;
    ...
        int: 21;
        pointer: When two is not enough, you need a third;
    };