Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 274 Bytes

fflushOnInputStream.md

File metadata and controls

11 lines (6 loc) · 274 Bytes

Pattern: fflush() on input stream

Issue: -

Description

fflush() called on input stream stdin may result in undefined behaviour on non-Linux systems.

Further Reading