Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 368 Bytes

IOWithoutPositioning.md

File metadata and controls

11 lines (6 loc) · 368 Bytes

Pattern: Read and write operations without call to a positioning function

Issue: -

Description

Read and write operations without a call to a positioning function (fseek, fsetpos or rewind) or fflush in between result in undefined behaviour.

Further Reading