摘要:
昨天面试题中有一个关于字符串反转的,当时没实现,现在记录下: #include#include#includechar *strrev(char * str){ int i,len; char *ret; ret = (char *)malloc(sizeof(str)); l... 阅读全文
posted @ 2014-07-12 10:44
kivmi
阅读(487)
评论(0)
推荐(0)
代码得来终觉浅,觉知多用方真知;少年夜游码云端,无花无酒不得闲!
2014年7月12日
2014年7月10日
2014年4月27日
2014年4月9日
2014年3月27日
2014年1月3日
2013年8月10日
2013年8月8日
2013年7月24日