diff options
Diffstat (limited to 'codec/getopt.h')
| -rwxr-xr-x | codec/getopt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/codec/getopt.h b/codec/getopt.h deleted file mode 100755 index 23299d1b..00000000 --- a/codec/getopt.h +++ /dev/null @@ -1,14 +0,0 @@ -/* last review : october 29th, 2002 */
-
-#ifndef _GETOPT_H_
-#define _GETOPT_H_
-
-extern int opterr;
-extern int optind;
-extern int optopt;
-extern int optreset;
-extern char *optarg;
-
-extern int getopt(int nargc, char *const *nargv, const char *ostr);
-
-#endif /* _GETOPT_H_ */
|
