Help for this page

Select Code to Download


  1. or download this
    #if 0
    #ifdef CHARSPRINTF
    ...
        int sprintf();
    #endif
    #endif
    
  2. or download this
    print "hello world\n";
    $x = 5;
    ...
    if ($x eq '5') {
       print "x is '5'\n";
    }