mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-05 04:53:08 +02:00
7 lines
103 B
COBOL
7 lines
103 B
COBOL
#pypp 0
|
|
#include "kernel.hh"
|
|
|
|
void panic (unsigned n, char const *message):
|
|
while (1):
|
|
dbg_send (n)
|