请问用sl_FsWrite(const _i32 FileHdl,_u32 Offset,_u8* pData,_u32 Len);这个函数写入文件时,第二个变量具体是如何填的,我需要每次把数据写到文件末尾,如何才能把指针移到文件末尾。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问用sl_FsWrite(const _i32 FileHdl,_u32 Offset,_u8* pData,_u32 Len);这个函数写入文件时,第二个变量具体是如何填的,我需要每次把数据写到文件末尾,如何才能把指针移到文件末尾。