getopt.h
上传用户:lampled
上传日期:2007-01-07
资源大小:94k
文件大小:0k
源码类别:

Web服务器

开发平台:

Unix_Linux

  1. /* Copyright (C) 1995, 1996 by Sven Berkvens (sven@stack.nl) */
  2. #ifdef HAVE_GETOPT_H
  3. #include <getopt.h>
  4. #endif /* HAVE_GETOPT_H */
  5. #ifdef NEED_OPTARG_AND_OPTIND
  6. extern char *optarg;
  7. extern int optind;
  8. #endif /* NEED_OPTARG_AND_OPTIND */