diff options
| author | sin | 2015-01-28 17:12:12 +0000 |
|---|---|---|
| committer | sin | 2015-01-28 17:13:44 +0000 |
| commit | bcc398c14af23c2d640d6fbbc6330d64e5ffad58 (patch) | |
| tree | a8abf7ae12f7c3cb3ba88fff6fe6a2475125e938 /include/stdio.h | |
| parent | 5960e3364f54eebfbfe509abc6c629d26171734b (diff) | |
Simplify checks
Do not perform checks only when `n' is constant, most of the time
it is not.
The bos == (size_t)-1 check is redundant because n > bos
with bos == -1 will always be false.
Diffstat (limited to 'include/stdio.h')
0 files changed, 0 insertions, 0 deletions
