0
這樣好嗎?我的filepointer會在XYZ()中搞砸嗎?文件指針位置
function XYZ()
{
fopen(myFile)
// some processing
// I am in the middle of the file
Call ABC()
}
ABC()
{
fopen(myFile)
//do some processing
fclose (myFile)
}
語言是什麼呢? – 2009-09-02 15:03:59