nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
rewind
nulib
c
stdio
Sets the position of the stream to its beginning.
extern (
C
) nothrow @
nogc
extern
void
rewind
(
FILE
*
stream
)
Parameters
stream
FILE
*
Pointer to a
FILE
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
Sets the position of the stream to its beginning.