First, I would take the memcpy out of the loop. Just make token a char* and keep moving it to the next line_begin , and replace all the \n ...
確定! 回上一頁