Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 339 Bytes

sizeofsizeof.md

File metadata and controls

11 lines (6 loc) · 339 Bytes

Pattern: Calling sizeof on sizeof

Issue: -

Description

Calling sizeof on sizeof looks like a suspicious code and most likely there should be just one sizeof. The current code is equivalent to sizeof(size_t).

Further Reading