aos.c   [plain text]


foo (p)
     int *p;
{
  if ((int) p > 0)
    return 1;
  else
    return 0;
}