Help for this page

Select Code to Download


  1. or download this
    void
    firstvals_nophys(x)
    ...
          ANYVAL_TO_SV(sv, anyval);
          PUSHs(sv);
        }
    
  2. or download this
    void
    firstvals_nophys(x)
    ...
          PUSHs(sv);
          PUTBACK;
        }