?? getopt.h
字號:
/* * $Header$ * * Copyright (C) 1994 Arno Schaefer * * AU: Prototypen und externe Variablen fuer getopt () * * PO: ANSI C */#ifndef GETOPT_H#define GETOPT_H#ifdef __cplusplusextern "C"{#endif extern char *optarg; extern int optind; extern int opterr; extern int optopt; int getopt (int argc, char *argv[], char *optstring);#ifdef __cplusplus}#endif#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -