nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
ftell
nulib
c
stdio
Gets the current position in the stream.
extern (
C
) nothrow @
nogc
extern
ptrdiff_t
ftell
(
FILE
*
stream
)
Parameters
stream
FILE
*
Pointer to a
FILE
Return Value
Type:
ptrdiff_t
0 on success.
Meta
Source
See Implementation
nulib
c
stdio
enums
EOF
SEEK_SET
functions
_wfopen
_wremove
_wrename
fclose
fflush
fopen
fread
fseek
ftell
fwrite
perror
printf
remove
rename
rewind
scanf
snprintf
sprintf
sscanf
tmpfile
tmpnam
structs
FILE
Gets the current position in the stream.