8 lines
71 B
C
8 lines
71 B
C
ovmain(a)
|
|
char *a;
|
|
{
|
|
printf("in ov1. %s\n", a);
|
|
return(1);
|
|
}
|
|
|