Skip to content

与 GNU getopt 类似,只是添加了是否区分大小写支持

Notifications You must be signed in to change notification settings

yundantianchang/getopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

原始代码来自于http://www.codeproject.com/Articles/157001/Full-getopt-Port-for-Unicode-and-Multibyte-Microso 
对初始代码进行了修改,使其支持getopt相关函数是否支持忽略大小写

用法: 
GetOptIgnoreCase=0 区分大小写,这个是默认值,与GNU getopt一致 
GetOptIgnoreCase=1 忽略大小写
详细帮助文件可以参考GNU getopt
http://www.gnu.org/software/libc/manual/html_node/Getopt.html


license:
The source code is licensed under The GNU Lesser General Public License (LGPLv3)

About

与 GNU getopt 类似,只是添加了是否区分大小写支持

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages