Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <string.h>
    ...
    {
      return 1;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $do_nothing  = TEST::do_nothing();
    print "for do_nothing() i got:     $do_nothing\n";
    undef $test;