diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-23 05:07:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-23 05:07:11 +0000 |
| commit | 75207c7a43b618380c789daeb9aa21a5793f4d02 (patch) | |
| tree | 316312ff32defdf7a9a7688efc3101a69740dcdb /lib | |
| parent | de693dcb58bc30ea44306c5aa2f6e4c092544afd (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 9f46bfff70aa..a40757191672 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -44,6 +44,11 @@ .Lb libc .Sh SYNOPSIS .In getopt.h +.Vt extern char *optarg ; +.Vt extern int optind ; +.Vt extern int optopt ; +.Vt extern int opterr ; +.Vt extern int optreset ; .Ft int .Fo getopt_long .Fa "int argc" "char * const *argv" "const char *optstring" |
