uns.c   [plain text]


foo (a)
{
  if ((unsigned) a < 234)
    return 1;
}