Reboot command in C
Hi everyone,
Can someone tell me what is the C equivalent of the Spin Reboot command?
Which header file must I include for it to be available in my program?
Thanks,
Enrique
Can someone tell me what is the C equivalent of the Spin Reboot command?
Which header file must I include for it to be available in my program?
Thanks,
Enrique

Comments
__asm { "reboot" }No include files are necessary.
===Jac
Eric
Enrique