C 标准库记录

#include <stdio.h>

#include <stdlib.h>

相关函数:sprintf

#include <string.h>

相关函数:  strcpy(str,"these");            // char str[80];

                  strcat(str, "strings");

猜你喜欢

转载自blog.csdn.net/phenixyf/article/details/81530667