V10/cmd/uudiff/locpart.c

Compare this file to the similar file:
Show the results in this format:

main(argc,argv)
	char *argv[];
{
char *p;
for (p=argv[1]; *p; p++);
while (*p != '/') p--;
printf("%s\n", p+1);
}