set386.c   [plain text]


foo (a, p)
     int *p;
{
  *p = a > 0;
}