2.12.9. _sys_seek()

This function puts the file pointer at offset pos from the beginning of the file.

Syntax

int _sys_seek(FILEHANDLE fh, long pos);

Usage

This function sets the current read or write position to the new location pos relative to the start of the current file fh.

Return

The result is non-negative if no error occurs or is negative if an error occurs.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0349A
Non-Confidential