#include "getopt.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Define Documentation
Value: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.
Function Documentation
int getopt |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char * |
opts |
|
) |
| |
Variable Documentation