hollyhock
Variables
lseek whence Values

Variables

const int SEEK_SET = 0
 Set the file offset to offset.
 
const int SEEK_CUR = 1
 Set the file offset to the current position, plus offset bytes.
 
const int SEEK_END = 2
 Set the file offset to the end of the file, plus offset bytes.
 

Detailed Description

Values passed as the whence parameter to lseek.