1 #ifndef lint 2 static char sccsid[] = "@(#)label.c 4.1 (Berkeley) 11/10/83"; 3 #endif 4 5 label(s) 6 char *s; 7 { 8 printf("%s", s); 9 } 10