⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getopt.h

📁 对各种手机进行编程的工具包源码gsmlib 1.9版本。
💻 H
字号:
/*****************************************************************************  *  *  MODULE NAME : GETOPT.H  *  *  COPYRIGHTS:  *             This module contains code made available by IBM  *             Corporation on an AS IS basis.  Any one receiving the  *             module is considered to be licensed under IBM copyrights  *             to use the IBM-provided source code in any way he or she  *             deems fit, including copying it, compiling it, modifying  *             it, and redistributing it, with or without  *             modifications.  No license under any IBM patents or  *             patent applications is to be implied from this copyright  *             license.  *  *             A user of the module should understand that IBM cannot  *             provide technical support for the module and will not be  *             responsible for any consequences of use of the program.  *  *             Any notices, including this one, are not to be removed  *             from the module without the prior written consent of  *             IBM.  *  *  AUTHOR:   Original author:  *                 G. R. Blair (BOBBLAIR at AUSVM1)  *                 Internet: bobblair@bobblair.austin.ibm.com  *  *            Extensively revised by:  *                 John Q. Walker II, Ph.D. (JOHHQ at RALVM6)  *                 Internet: johnq@ralvm6.vnet.ibm.com  *  *****************************************************************************/ #ifndef WIN32_GETOPT_H#define WIN32_GETOPT_H#ifdef __cplusplusextern "C" {#endifextern char * optarg; extern int    optind;  int getopt ( int argc, char **argv, char *optstring); #ifdef __cplusplus}#endif #endif // WIN32_GETOPT_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -