Y
Hacker News
new
|
ask
|
show
|
jobs
by
colinstrickland
2345 days ago
It also has an `IsComputerOn` system call.
1 comments
tragomaskhalos
2345 days ago
int IsComputerOn() { return 1; }
??
link
colinstrickland
2345 days ago
if i recall correctly, if the computer is off the return value is undefined.
link
??