If you want to return a char* from a function, make sure you malloc() it. Stack initialized character arrays make no sense in returning, ...
確定! 回上一頁