代码改变世界

随笔档案-2013年2月23日

读取并分析wgetrc文件

2013-02-23 21:07 by jediael, 299 阅读, 收藏,
摘要: main(): /* If the user did not specify a config, read the system wgetrc and ~/.wgetrc. */ if (use_userconfig == false) initialize ();initialize()... 阅读全文