Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 276c4c69ed5efcebe43ee6121194cf59 > files > 177

kernel22-2.2.20-9mdk.src.rpm

#include <stdio.h>

extern const char *linux_banner;

int
main()
{
	printf("%s", linux_banner);
	return 0;
}