generarxml/src/main.h

15 líneas
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);