title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fseek, _lseek Constants | Microsoft Docs |
11/04/2016 |
|
article |
|
|
|
9deeb13e-5aa3-4c33-80d8-721c80a4de9d |
6 |
corob-msft |
corob |
ghogen |
#include <stdio.h>
The origin argument specifies the initial position and can be one of the following manifest constants:
Constant | Meaning |
---|---|
SEEK_END |
End of file |
SEEK_CUR |
Current position of file pointer |
SEEK_SET |
Beginning of file |