Subject: wish()
To: None <port-i386@netbsd.org>
From: Andy Ball <ball@cyberspace.org>
List: port-i386
Date: 12/24/2001 12:15:02
{
  if (celebrate(christmas))
  {
    printf("Merry Christmas!\n");
  }
  printf ("Have a peaceful and prosperous new year!\n");
}