File: test013

package info (click to toggle)
pmccabe 2.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 456 kB
  • ctags: 447
  • sloc: ansic: 2,605; cpp: 1,080; sh: 344; makefile: 92
file content (6 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
int foo(a, b)
const char *a, *b;
{
	a = b;
	return a;
}