GETOPT_LONG |
Demande l'option long |
---|---|
SVID 3, POSIX, BSD 4.3, ISO 9899 | getopt.h |
Syntaxe
int getopt_long(int argc, char * const argv[], const char *optstring, const struct option *longopts, int *longindex); |
Description
Cette fonction permet d'effectuer la lecture des paramètres d'une ligne de commande et accepte les noms longs.
Dernière mise à jour : Samedi, le 30 septembre 2015