xfoo.c   [plain text]


foo (a)
{
  return (a & ~0xfff) == 0;
}