YSITD_Chat_Bot says to #ysitd
<danny8376>: (petjelinux: QQ) 你要pwd把目錄位置拿進來不就兩種 一種char pwd[9487]; 另一種char *pwdp = malloc(9487*sizeof(char)); 一個是stack一個是heap stack永遠固定啊 heap才能在runtime調整好嗎