#include "getopt.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
if (opterr) { \ char errbuf[2]; \ errbuf[0] = c; \ errbuf[1] = '\n'; \ fputs (argv[0], stderr); \ fputs (s, stderr); \ fputc(c, stderr); \ } \
Definition at line 19 of file getopt.c.
Definition at line 34 of file getopt.c.
Definition at line 32 of file getopt.c.
Definition at line 29 of file getopt.c.
Definition at line 30 of file getopt.c.
Definition at line 31 of file getopt.c.