摘要:
1: sprintf(), 字符串拼接, 返回值 spritnf 返回了本次函数调用最终打印到字符缓冲区中的字符数目。也就是说每当一次sprinf 调用结束以后,你无须再调用一次strlen 便已经知道了结果字符串的长度。2: long int strtol(const char *nptr, char **endptr, int base)The strtol() function converts the initial part of the string in nptr to a long integer value according to the given base, whic. 阅读全文
摘要:
1: 全局变量及相应的数据结构。2: 云模块过程。3:层次结构, 接口。 阅读全文