Sign in
plan9port
/
plan9
/
4eac378eba7b7376621bfb57bb282957ef714628
/
.
/
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"
);
}