Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ffcccc
char *buf;
intsize_t len = 1 << 1<<3030;
/* ... */
if (buf + len < buf) { /* length check */
   /* perform some manipulation on len */
}

...