Help for this page

Select Code to Download


  1. or download this
    >perl -le"print length qq{\n}"
    1
    
    >perl -le"print unpack 'H*', qq{\n}"
    0a
    
  2. or download this
    #include <string.h>
    #include <stdio.h>
    ...
    
       return 0;
    }
    
  3. or download this
    1
    0a