1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-11 12:29:46 +00:00
millfork/include/default_panic.mfk

3 lines
35 B
Plaintext
Raw Normal View History

2018-01-08 01:17:25 +01:00
void _panic() {
while(true){}
}