1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-18 15:29:28 +00:00
millfork/include/default_panic.mfk
Karol Stasiak 502faa3694 panic()
2018-01-08 01:17:48 +01:00

3 lines
35 B
Plaintext

void _panic() {
while(true){}
}