File: kver.c

package info (click to toggle)
device3dfx 2007.02.06-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 128 kB
  • ctags: 131
  • sloc: ansic: 735; makefile: 227; sh: 74
file content (8 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
	printf("KVERS = %s\n", UTS_RELEASE);
	return 0;
}