摘要:
1、atoi源码 #include
#include
bool isdigit1(char c)
{ if(c='0') return true; else return false;
}
int AsciiToInt(char *str)
{ assert(str!=NULL); char sign='+';... 阅读全文
posted @ 2014-09-04 10:58
yexuannan
阅读(204)
评论(0)
推荐(0)

浙公网安备 33010602011771号