Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2935348
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-26 17:30:47

原文地址:http://blog.csdn.net/tyheist/article/details/37053327实用函数 - utils.c/h [cpp] view plaincopyprint?/* * calloc_a(size_t len, [void **addr, size_t len,...], NULL) * * allocate a block of memory big enough.........【阅读全文】

阅读(3551) | 评论(0) | 转发(1)

发布时间:2014-09-26 17:18:20

原文地址:http://blog.sina.com.cn/s/blog_a31ff26901013l22.htmlgetopt_long支持长选项的命令行解析,使用man getopt_long,得到其声明如下:#include <getopt.h>int getopt_long(int argc, char * const argv[],const char *optstring,const struct option *longopts,int *longindex);int ge.........【阅读全文】

阅读(2511) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

7大爷2014-04-21 11:08

期待你的原创博文哦

回复  |  举报
留言热议
请登录后留言。

登录 注册