/* Thomas Braunl, UWA 1999 */ /* Program creates a system error by division / 0 */ #include "eyebot.h" int main() { return LCDPrintf("%d\n",3/0); }