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