Help for this page

Select Code to Download


  1. or download this
    use Inline C => Config =>
        CLEAN_AFTER_BUILD => 1,
    ...
    EOC
    
    print foo(*STDOUT);
    
  2. or download this
    try_pl_0446.c: In function `XS_main_foo':
    try_pl_0446.c:28: warning: initialization from incompatible pointer ty
    +pe
    
  3. or download this
    FILE *    stream = IoIFP(sv_2io(ST(0)));
    
  4. or download this
    FILE *    stream = PerlIO_findFILE(IoIFP(sv_2io(ST(0))));