15 lines
218 B
C
15 lines
218 B
C
#define MEANING 42
|
|
|
|
struct configuration {
|
|
char *file;
|
|
char *bible;
|
|
char *book;
|
|
char *chapter;
|
|
char *chapter_numbers;
|
|
} typedef CONFIG;
|
|
|
|
CONFIG *config;
|
|
|
|
void cleanup();
|
|
void printusage(int error);
|