diff options
| author | no_author <no_author@no_author> | 2006-03-13 18:01:33 +0000 |
|---|---|---|
| committer | no_author <no_author@no_author> | 2006-03-13 18:01:33 +0000 |
| commit | 30dd4e7e527a77d7864ecee7cac92461ea09c9d8 (patch) | |
| tree | e2db51e59538503876ef1dc38288b077d0fbca9f /jpwl/encoder_02/codec/compat/getopt.h | |
| parent | 34a4901b8deedafa18fa433d2b5fe311343457d8 (diff) | |
This commit was manufactured by cvs2svn to create branch 'avendor'.
Diffstat (limited to 'jpwl/encoder_02/codec/compat/getopt.h')
| -rw-r--r-- | jpwl/encoder_02/codec/compat/getopt.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jpwl/encoder_02/codec/compat/getopt.h b/jpwl/encoder_02/codec/compat/getopt.h new file mode 100644 index 00000000..ab9c1a7b --- /dev/null +++ b/jpwl/encoder_02/codec/compat/getopt.h @@ -0,0 +1,14 @@ +/* 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_ */ |
