getopt.h
资源名称:httpd.tar.gz [点击查看]
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:0k
源码类别:
Web服务器
开发平台:
Unix_Linux
- /* Copyright (C) 1995, 1996 by Sven Berkvens (sven@stack.nl) */
- #ifdef HAVE_GETOPT_H
- #include <getopt.h>
- #endif /* HAVE_GETOPT_H */
- #ifdef NEED_OPTARG_AND_OPTIND
- extern char *optarg;
- extern int optind;
- #endif /* NEED_OPTARG_AND_OPTIND */