调用函数实现整数和字符串的互转以及手动实现该功能 ----- _itoa, atoi
摘要:
1 #define _CRT_SECURE_NO_WARNINGS 2 #include 3 #include 4 #include 5 6 int myatoi(char *str);// 手动实现 字符串 转 整数 7 8 char * myitoa(int num, char * str... 阅读全文
posted @ 2015-05-13 10:49 Dragon-wuxl 阅读(152) 评论(0) 推荐(0)
浙公网安备 33010602011771号