1. 14 Sep, 2015 1 commit
    • Elliot Saba's avatar
      Fix pointer indirection precedence issue in docs · 1fbc67a4
      Elliot Saba authored
      Without this change, a segmentation fault is likely to occur when using the proposed snippet of code, as `*address[size]` is equivalent to `*(address[size])`, not `(*address)[size]` as clearly intended.
      1fbc67a4
  2. 13 Sep, 2015 3 commits
  3. 11 Sep, 2015 12 commits
  4. 08 Sep, 2015 2 commits
  5. 06 Sep, 2015 3 commits
  6. 05 Sep, 2015 5 commits
  7. 03 Sep, 2015 6 commits
  8. 02 Sep, 2015 4 commits
  9. 27 Aug, 2015 2 commits
  10. 24 Aug, 2015 1 commit
  11. 22 Aug, 2015 1 commit