Personal tools
You are here: Home Courses CS492A Automated SW Analysis, Fall 18 homework kcov example-kcov.h

example-kcov.h

example-kcov.h — C source code header, 62 bytes

File contents


void f2(int x) {
	if (x > 10)
		x += 10;
	else
		x -= 10;
}
Document Actions