C字符串操做

#include <stdio.h> #include <string.h> void testStrFunc(); void testStrcat(); void testStrcmp(); void testStrcpy(); void testSrpintf(); int main() { testStrFunc(); testStrcat(); testStrcmp(); te
相關文章
相關標籤/搜索