LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

clearerr

clearerr

void clearerr (FILE *stream);

Purpose

Clears the end-of-file and error indicators for the specified stream.

Parameters

Input
Name Type Description
stream FILE * Contains a pointer to stream whose end-of-file and error indicators are cleared.

Return Value

None.

Additional Information

Library: ANSI C Library

Include file: ansi_c.h

LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later

Was this information helpful?

Next

feof

Next

feof