7 lines
85 B
C
7 lines
85 B
C
#include <linux/version.h>
|
|
#include <stdio.h>
|
|
main()
|
|
{
|
|
printf("%s", UTS_RELEASE);
|
|
}
|