=?UTF-8?Q?handling_interrupt=E2=88=82_in_C_code?=

Hi!

How to properly handle interrupt (^C) or “Interrupt kernel” in jupyter while running long loop in C code? 

I would like to break the loop and produce standard 'stop.

Cheers,

S.S.