Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.06 KB

fseek-lseek-constants.md

File metadata and controls

40 lines (34 loc) · 1.06 KB
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
cpp-standard-libraries
article
SEEK_END
SEEK_SET
SEEK_CUR
C++
SEEK_SET constant
SEEK_END constant
SEEK_CUR constant
9deeb13e-5aa3-4c33-80d8-721c80a4de9d
6
corob-msft
corob
ghogen

fseek, _lseek Constants

Syntax

  
#include <stdio.h>  
  

Remarks

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

See Also

fseek, _fseeki64
_lseek, _lseeki64
Global Constants