原始内容
高亮显示
复制内容
#ifndef GETOPT_H #define GETOPT_H #ifdef __cplusplus extern "C" { #endif extern int optind; extern char* optarg; extern int optopt; int getopt(int argc, char* const argv[], const char* ostr); #ifdef __cplusplus } #endif #endif // GETOPT_H
您还没有登录,登录后您可以:
首次使用?从这里 注册