Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If one uses the entity* notation, they must always declare each variable with a separate declaration, that is:

  thing_t* ptr1;
  thing_t* ptr2;
not

  thing_t* ptr1, ptr2 /* <= oops */;


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: