Help for this page

Select Code to Download


  1. or download this
    #include <stdlib.h>
    
    ...
      free(p);
      return 0;
    }
    
  2. or download this
    print "Hi, C!\n";
    use Inline C;
    ...
          //free(p);
          printf("Hi, Perl!\n");
       }