Re: [問題] passing arg 1 of `load' from incompa …
看板C_and_CPP (C/C++)作者snowlike (snowlike)時間16年前 (2009/10/09 17:45)推噓0(0推 0噓 0→)留言0則, 0人參與討論串3/3 (看更多)
void set(int *ptr, int st, int ed, int th, int etc) {
int i, tmpMax=st*ed*th*etc;
for(i=0; i<tmpMax; ++i) {
printf("%d", ptr[i]);
}
}
感謝指教我會改進的
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.33.184.50
討論串 (同標題文章)
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章