Help for this page
#include "EXTERN.h" #include "perl.h" ... hello() CODE: printf("Hello, world!\n");
/* * This file was generated automatically by xsubpp version 1.9508 from + the ... newXS("xstest::hello", XS_xstest_hello, file); XSRETURN_YES; }