Help for this page

Select Code to Download


  1. or download this
    typedef struct ab_input {
        long lTrackId;
        char szDescription[80];
    } AB_IN;
    
  2. or download this
    typedef struct {
    /*  char fn[256]; */
    ...
    /*  char *desc; */
        long size;
    } cstype;
    
  3. or download this
    #ifdef __cplusplus
    extern "C" {
    ...
        OUTPUT:
        RETVAL
    
  4. or download this
    package RFile;
    
    ...
    }
    
    1;
    
  5. or download this
    my $n = new RFile;
    
    ...
        $c = $n->dump($_);
        print $c, "\n";
    }