Sign in
plan9port
/
plan9
/
81c2c5e775d83896f25981cf4c4e486c5cc91180
/
.
/
src
/
cmd
/
snarfer
/
nowsys-snarfer.c
blob: 06e59d8463723b2e68f9496e4efbfe7317e946a4 [
file
] [
log
] [
blame
]
#include
<u.h>
#include
<libc.h>
void
main
(
void
)
{
fprint
(
2
,
"no window system\n"
);
exits
(
"nowsys"
);
}