- or download this
static struct super_block* sfs_get_super(struct file_system_type *fst,
+ int flags,
const char *devname, void *data)
...
return sb;
}
- or download this
/* Function: sfs_get_super(struct file_system_type *fst, int flags, co
+nst char *devname, void *data)
*
...
return sb;
}
- or download this
#!/usr/bin/perl
...
print $a . " " . $b . " " . $c . " " . $d . " ARGS: " . $e .
+"\n";
}
}