Help for this page

Select Code to Download


  1. or download this
    require 'sys/syscall.ph';      # this is built with h2ph
    print "SYS_sendmsg: ", SYS_sendmsg(), "\n";
    print "SYS_recvmsg: ", SYS_recvmsg(), "\n";
    
  2. or download this
    ( cd /usr/include; h2ph * sys/* )    or
    ( cd /usr/include; h2ph -r -l . )