말랑말랑슈가
/* free the array */ void strfreev (char **str_array, int size) { if (str_array) { int i; for(i = 0; i