hollyhock
|
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. | |
Values passed as the whence
parameter to lseek.