Xiqual 0.9.1

In file xitools/files.c:

size_t file_scan

(autofile* af, size_t skip)

Seek-wrapper for SEEK_CUR functionality.

Documentation

Seek-wrapper for SEEK_CUR functionality. Seek from the current position to skip bytes later in the file. The pos member of struct autofile is updated.
Parameters:
af - The autofile to seek in.
skip - Skip this many bytes towards the end of the file from current position.
Returns:
Current position.
Author:
Ronny Bangsund
See Also:
autofile, file_new()

Alphabetic index



This page was generated with the help of DOC++.