/*
** This is a C file template
*/

void main(argc,argv)
  int argc;
  char *argv[];
{
}


