cmphi.c   [plain text]


foo (short *p, short a)
{
  return a < *p;
}