Help for this page

Select Code to Download


  1. or download this
    diff XSUB.h.orig XSUB.h
    141c141
    < #    define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__un
    +used__)
    ---
    > #    define XS_EXTERNAL(name) name(pTHX_ CV* cv __attribute__unused_
    +_)
    
  2. or download this
    use warnings;
    use strict;
    ...
        pinMode(1, INPUT);
        printf("hello, world!\n");
    }