void noancopy(/*@unique@*/ char * a, char *b)   {
  strcpy (a,b);
}


syntax highlighted by Code2HTML, v. 0.9.1