瀏覽代碼

Suppr include inutile

Loquicom 6 年之前
父節點
當前提交
499cf04fd2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      str.c

+ 0 - 1
str.c

@@ -1,6 +1,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 #include "str.h"
 
 char** str_split(char* str, const char delim, int* length) {