allow for 32/64 bit builds
[tridge/junkcode.git] / log.c
1 main()
2 {
3         char buf[1024];
4         sprintf(buf, "Rhosts authentication refused for %.100: no home directory %.200s", "hello", "goodbye");
5
6         printf(buf);
7 }