Help for this page

Select Code to Download


  1. or download this
    please note that the macros are not in the order.
    dSP;
    ...
    XPUSHs(SV equivalent for the Nth string);
    call_pv("pkg1::Process",G_SCALAR);
    something goes here
    
  2. or download this
    void Process(char *p)
    {
    ...
    char Str[500];
    strcpy(Str,"slkdjaslkdjsljdlkjas");
    Process(&Str);