#ifndef OPTIONS_H #define OPTIONS_H extern char *extraire_options(char **arg_liste, char *options_valides); #endif /* OPTIONS_H */