Synopsis
int ctl_ms_feof(CTL_STREAM_t s);
Description

ctl_ms_feof indicates whether the file file is positioned at the end of file.

ctl_ms_feof returns zero is file is not positioned at the end of file and non-zero (true) if it is.

Thread Safety

ctl_ms_feof is thread-safe.