|
|
/* Block buffer for sparse file */ | /* Block buffer for sparse file */ |
char *buffer; | char *buffer; |
| |
static const char *argp_program_version = "genfile (" PACKAGE ") " VERSION; |
const char *argp_program_version = "genfile (" PACKAGE ") " VERSION; |
static const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">"; |
const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">"; |
static char doc[] = N_("genfile generates data files for GNU paxutils test suite"); | static char doc[] = N_("genfile generates data files for GNU paxutils test suite"); |
| |
static struct argp_option options[] = { | static struct argp_option options[] = { |