Hacker News new | ask | show | jobs
by nuxi 5816 days ago
No, this is the same as:

  *fp = *fp >> 4;
  fp++;
http://c-faq.com/ptrs/unopprec2.html for details.

EDIT: formatting