int main ()
{
  char temp[1024] = "tempfile";
  return temp[0] != 't';
}



syntax highlighted by Code2HTML, v. 0.9.1