經常使用c語言字符串庫函數(自行實現)

strlen strcpy strcat strstr strcmp strchr memcpy memmove 優化版冒泡函數 經典的二分查找 求第N個斐波那契數 聯合體判斷系統大端小端 strlen #include <stdio.h> #include <assert.h> //利用assert斷言防止野指針,循環計數 int my_strlen(const char *arr) {
相關文章
相關標籤/搜索