Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    void my_puts(FILE*);
    
  2. or download this
    #include <stdio.h>
    
    ...
         fputs("hello from libmylib", stream);
    }
    
  3. or download this
    C:\_32\C>gcc -c mylib.c
    
    C:\_32\C>ar cru libmylib.a mylib.o
    
  4. or download this
    use warnings;
    use strict;
    ...
       foo(*stderr);
       print "\nhello from perl\n";
    }
    
  5. or download this
    hello from libmylib
    hello from perl
    ...
    hello from perl
    hello from libmylib
    hello from perl
    
  6. or download this
    hello from libmylib
    hello from perl
    ...
    hello from perl
    
    hello from perl