1
0
mirror of https://github.com/danog/file.git synced 2024-12-03 09:47:54 +01:00
This commit is contained in:
Aaron Piotrowski 2024-03-09 09:55:08 -06:00
parent 1eca93a87e
commit 8e063788e8
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63

View File

@ -8,10 +8,12 @@ enum Whence
* Set position equal to offset bytes. * Set position equal to offset bytes.
*/ */
case Start; case Start;
/** /**
* Set position to current location plus offset. * Set position to current location plus offset.
*/ */
case Current; case Current;
/** /**
* Set position to end-of-file plus offset. * Set position to end-of-file plus offset.
*/ */