File: second-source.c

package info (click to toggle)
kcov 11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 464 kB
  • ctags: 526
  • sloc: cpp: 3,542; ansic: 770; python: 58; makefile: 41
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
int mibb(int a)
{
	// "Hej" and 'hej' means HTML escaping! \ is another escape
	if (a < 5 && a > 3)
		return 0;

	return a - 1;
}